mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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 changed files with 2 additions and 1 deletions
|
@ -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 @@ (define %tar-bootstrap %bootstrap-coreutils&co)
|
||||||
#: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 a new issue