gnu: unzip/fixed: Make private.
* gnu/packages/compression.scm (unzip/fixed): Use define instead of define-public.master
parent
3e83e99322
commit
cddf0b8955
|
@ -1636,7 +1636,7 @@ recreates the stored directory structure by default.")
|
||||||
(license (license:non-copyleft "file://LICENSE"
|
(license (license:non-copyleft "file://LICENSE"
|
||||||
"See LICENSE in the distribution."))))
|
"See LICENSE in the distribution."))))
|
||||||
|
|
||||||
(define-public unzip/fixed
|
(define unzip/fixed
|
||||||
(package
|
(package
|
||||||
(inherit unzip)
|
(inherit unzip)
|
||||||
(version "6.0")
|
(version "6.0")
|
||||||
|
|
Reference in New Issue