pack: Remove unused variable.
* guix/scripts/pack.scm (self-contained-tarball)[libgcrypt]: Remove.
This commit is contained in:
parent
1316413558
commit
46727e3a9d
|
@ -117,10 +117,6 @@ with a properly initialized store database.
|
||||||
|
|
||||||
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 New Issue