civodul pushed a commit to branch master
in repository guix.

commit 46727e3a9d47f4c525d726ee61410dcf1745ca57
Author: Ludovic Courtès <[email protected]>
Date:   Fri Oct 26 23:51:56 2018 +0200

    pack: Remove unused variable.
    
    * guix/scripts/pack.scm (self-contained-tarball)[libgcrypt]: Remove.
---
 guix/scripts/pack.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm
index b7b4e22..392e4b5 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

Reply via email to