mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: unzip/fixed: Make private.
* gnu/packages/compression.scm (unzip/fixed): Use define instead of define-public.
This commit is contained in:
parent
3e83e99322
commit
cddf0b8955
1 changed files with 1 additions and 1 deletions
|
@ -1636,7 +1636,7 @@ (define-public unzip
|
|||
(license (license:non-copyleft "file://LICENSE"
|
||||
"See LICENSE in the distribution."))))
|
||||
|
||||
(define-public unzip/fixed
|
||||
(define unzip/fixed
|
||||
(package
|
||||
(inherit unzip)
|
||||
(version "6.0")
|
||||
|
|
Loading…
Reference in a new issue