summary refs log tree commit diff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-11-12 23:13:34 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-11-17 16:54:47 +0900
commitd5107b0c5a52f52b92127f36879ffffdf037cae8 (patch)
tree83fe03e795543672df82e4b4539728aec309dbca
parent0e1ffbc7f5f060f89c890472377a6102f27f6e9b (diff)
downloadguix-d5107b0c5a52f52b92127f36879ffffdf037cae8.tar.gz
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
-rw-r--r--gnu/packages/backup.scm2
1 files changed, 1 insertions, 1 deletions
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")