[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: libarchive/fixed: Do not export variable.
From: |
guix-commits |
Subject: |
01/02: gnu: libarchive/fixed: Do not export variable. |
Date: |
Sun, 17 Nov 2024 02:56:11 -0500 (EST) |
apteryx pushed a commit to branch master
in repository guix.
commit d5107b0c5a52f52b92127f36879ffffdf037cae8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Nov 12 23:13:34 2024 +0900
gnu: libarchive/fixed: Do not export variable.
* gnu/packages/backup.scm (libarchive/fixed): Do not export variable; it's
used by libarchive as its replacement and need not be exposed to the command
line.
Change-Id: Iad6f0b6badb3fa728a69663f69419505da393c56
---
gnu/packages/backup.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 22c1ef64e9..281f951f78 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -352,7 +352,7 @@ random access nor for in-place modification. This package
provides the
@command{bsdcat}, @command{bsdcpio} and @command{bsdtar} commands.")
(license license:bsd-2)))
-(define-public libarchive/fixed
+(define libarchive/fixed
(package
(inherit libarchive)
(version "3.7.7")