guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: 'uncompressed-file-fetch' no longer depends on gzip.


From: Ludovic Courtès
Subject: 01/02: gnu: 'uncompressed-file-fetch' no longer depends on gzip.
Date: Tue, 17 May 2016 07:42:10 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 4f04243405706a52b73c1acca883abfc030ce4d4
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 16 22:45:37 2016 +0200

    gnu: 'uncompressed-file-fetch' no longer depends on gzip.
    
    * gnu/packages/emacs.scm (uncompressed-file-fetch): Remove dependency on
    GZIP.
---
 gnu/packages/emacs.scm |    2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index f0c1555..860ef11 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1403,8 +1403,6 @@ identifiers in the MIT-Scheme documentation.")
     (gexp->derivation (or name (basename url))
                       #~(begin
                           (mkdir #$output)
-                          (setenv "PATH"
-                                  (string-append #$gzip "/bin"))
                           (chdir #$output)
                           (copy-file #$drv (basename #$url))))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]