tests: Fix arguments in pack test.
This is a follow-up to commit 5ffac538aa
.
* tests/pack.scm (self-contained-tarball): Adjust arguments to
"self-contained-tarball".
This commit is contained in:
parent
14e2f61ada
commit
a82eefe65a
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2017 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2017 Ludovic Courtès <ludo@gnu.org>
|
||||||
|
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -61,7 +62,7 @@
|
||||||
#:symlinks '(("/bin/Guile"
|
#:symlinks '(("/bin/Guile"
|
||||||
-> "bin/guile"))
|
-> "bin/guile"))
|
||||||
#:compressor %gzip-compressor
|
#:compressor %gzip-compressor
|
||||||
#:tar %tar-bootstrap))
|
#:archiver %tar-bootstrap))
|
||||||
(check (gexp->derivation
|
(check (gexp->derivation
|
||||||
"check-tarball"
|
"check-tarball"
|
||||||
#~(let ((guile (string-append "." #$profile "/bin")))
|
#~(let ((guile (string-append "." #$profile "/bin")))
|
||||||
|
|
Loading…
Reference in New Issue