tests: pack: Fix indentation.
* tests/pack.scm: Fix indentation.
This commit is contained in:
parent
d5f8b50365
commit
c75022d65f
@ -239,8 +239,7 @@
|
||||
((layer)
|
||||
(invoke "tar" "xvf" layer)))
|
||||
|
||||
(when
|
||||
(and (file-exists? (string-append bin "/guile"))
|
||||
(when (and (file-exists? (string-append bin "/guile"))
|
||||
(file-exists? "var/guix/db/db.sqlite")
|
||||
(file-is-directory? "tmp")
|
||||
(string=? (string-append #$%bootstrap-guile "/bin")
|
||||
@ -310,7 +309,8 @@
|
||||
(plain-file "postinst"
|
||||
"echo running configure script\n"))))
|
||||
(check
|
||||
(gexp->derivation "check-deb-pack"
|
||||
(gexp->derivation
|
||||
"check-deb-pack"
|
||||
(with-imported-modules '((guix build utils))
|
||||
#~(begin
|
||||
(use-modules (guix build utils)
|
||||
@ -390,7 +390,8 @@
|
||||
#:symlinks '(("/bin/guile" -> "bin/guile"))
|
||||
#:extra-options '(#:relocatable? #t)))
|
||||
(check
|
||||
(gexp->derivation "check-rpm-pack"
|
||||
(gexp->derivation
|
||||
"check-rpm-pack"
|
||||
(with-imported-modules (source-module-closure
|
||||
'((guix build utils)))
|
||||
#~(begin
|
||||
|
Loading…
Reference in New Issue
Block a user