[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: unzip/fixed: Make private.
From: |
guix-commits |
Subject: |
01/03: gnu: unzip/fixed: Make private. |
Date: |
Mon, 15 Mar 2021 07:22:57 -0400 (EDT) |
lle_bout pushed a commit to branch master
in repository guix.
commit cddf0b8955393d0e656d0708e43ca338c3fe91b6
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Mon Mar 15 12:19:40 2021 +0100
gnu: unzip/fixed: Make private.
* gnu/packages/compression.scm (unzip/fixed): Use define instead of
define-public.
---
gnu/packages/compression.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index a3afcf4..827ad43 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -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")