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