me
/
guix
Archived
1
0
Fork 0

gnu: unzip/fixed: Make private.

* gnu/packages/compression.scm (unzip/fixed): Use define instead of
define-public.
master
Léo Le Bouter 2021-03-15 12:19:40 +01:00
parent 3e83e99322
commit cddf0b8955
No known key found for this signature in database
GPG Key ID: 45A8B1E86BCD10A6
1 changed files with 1 additions and 1 deletions

View File

@ -1636,7 +1636,7 @@ recreates the stored directory structure by default.")
(license (license:non-copyleft "file://LICENSE"
"See LICENSE in the distribution."))))
(define-public unzip/fixed
(define unzip/fixed
(package
(inherit unzip)
(version "6.0")