mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
0e1ffbc7f5
commit
d5107b0c5a
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue