me
/
guix
Archived
1
0
Fork 0

tests: pack: Fix compressor extension.

* tests/pack.scm (%gzip-compressor): Add the missing leading period to the
gzip compressor file extension.
master
Maxim Cournoyer 2021-06-21 01:10:40 -04:00
parent 4f3bdc8f21
commit 8108c266dc
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
(define %gzip-compressor
;; Compressor that uses the bootstrap 'gzip'.
((@ (guix scripts pack) compressor) "gzip"
"gz"
".gz"
#~(#+(file-append %bootstrap-coreutils&co "/bin/gzip") "-6n")))
(define %tar-bootstrap %bootstrap-coreutils&co)