mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
pack: Remove unused variable.
* guix/scripts/pack.scm (self-contained-tarball)[libgcrypt]: Remove.
This commit is contained in:
parent
1316413558
commit
46727e3a9d
1 changed files with 0 additions and 4 deletions
|
@ -117,10 +117,6 @@ (define* (self-contained-tarball name profile
|
||||||
|
|
||||||
SYMLINKS must be a list of (SOURCE -> TARGET) tuples denoting symlinks to be
|
SYMLINKS must be a list of (SOURCE -> TARGET) tuples denoting symlinks to be
|
||||||
added to the pack."
|
added to the pack."
|
||||||
(define libgcrypt
|
|
||||||
(module-ref (resolve-interface '(gnu packages gnupg))
|
|
||||||
'libgcrypt))
|
|
||||||
|
|
||||||
(define schema
|
(define schema
|
||||||
(and localstatedir?
|
(and localstatedir?
|
||||||
(local-file (search-path %load-path
|
(local-file (search-path %load-path
|
||||||
|
|
Loading…
Reference in a new issue