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:
Maxim Cournoyer 2024-11-12 23:13:34 +09:00
parent 0e1ffbc7f5
commit d5107b0c5a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")