me
/
guix
Archived
1
0
Fork 0

tests: pack: Fix indentation.

* tests/pack.scm: Fix indentation.
Maxim Cournoyer 2023-07-18 11:43:45 -04:00
parent d5f8b50365
commit c75022d65f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 87 additions and 86 deletions

View File

@ -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