diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-11-12 23:13:34 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-11-17 16:54:47 +0900 |
commit | d5107b0c5a52f52b92127f36879ffffdf037cae8 (patch) | |
tree | 83fe03e795543672df82e4b4539728aec309dbca | |
parent | 0e1ffbc7f5f060f89c890472377a6102f27f6e9b (diff) | |
download | guix-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.scm | 2 |
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") |