From 86b15bdf4b3eb0a8105e7f456c8ba90331dd7cae Mon Sep 17 00:00:00 2001 From: Chris Marusich Date: Fri, 1 Jun 2018 00:13:31 -0700 Subject: [PATCH 1/2] tests: Call self-contained-tarball correctly. * tests/pack.scm ("self-contained-tarball"): Call the self-contained-tarball procedure with keyword argument #:archiver instead of #:tar. This argument was renamed in commit 5ffac538aa604b71814ac74579626f0d3110b96e. --- tests/pack.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pack.scm b/tests/pack.scm index 3bce71507..cd7de7800 100644 --- a/tests/pack.scm +++ b/tests/pack.scm @@ -61,7 +61,7 @@ #:symlinks '(("/bin/Guile" -> "bin/guile")) #:compressor %gzip-compressor - #:tar %tar-bootstrap)) + #:archiver %tar-bootstrap)) (check (gexp->derivation "check-tarball" #~(let ((guile (string-append "." #$profile "/bin"))) -- 2.17.0