diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-10-26 23:51:56 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-10-27 16:39:29 +0200 |
commit | 46727e3a9d47f4c525d726ee61410dcf1745ca57 (patch) | |
tree | 9ec097484924f7af9bdb68e05b40b75c746a8568 | |
parent | 1316413558e288c577d132bee41adcce4bc1e24a (diff) | |
download | guix-46727e3a9d47f4c525d726ee61410dcf1745ca57.tar guix-46727e3a9d47f4c525d726ee61410dcf1745ca57.tar.gz |
pack: Remove unused variable.
* guix/scripts/pack.scm (self-contained-tarball)[libgcrypt]: Remove.
-rw-r--r-- | guix/scripts/pack.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm index b7b4e22bbe..392e4b5344 100644 --- a/guix/scripts/pack.scm +++ b/guix/scripts/pack.scm @@ -117,10 +117,6 @@ with a properly initialized store database. 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 |