mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
added to the pack."
|
||||
(define libgcrypt
|
||||
(module-ref (resolve-interface '(gnu packages gnupg))
|
||||
'libgcrypt))
|
||||
|
||||
(define schema
|
||||
(and localstatedir?
|
||||
(local-file (search-path %load-path
|
||||
|
|
Loading…
Reference in a new issue