guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: icedtea6: remove commented substitution.


From: Ricardo Wurmus
Subject: 06/06: gnu: icedtea6: remove commented substitution.
Date: Mon, 23 Mar 2015 09:17:58 +0000

rekado pushed a commit to branch master
in repository guix.

commit 6b2bad40fc93a37775256917617b25acdd609738
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Mar 17 14:12:14 2015 +0100

    gnu: icedtea6: remove commented substitution.
    
    * gnu/packages/java.scm (icedtea6): Remove commented substitution.
---
 gnu/packages/java.scm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index a1e35cc..d502818 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -266,8 +266,6 @@ build process and its dependencies, whereas Make uses 
Makefile format.")
                  (string-append "LDD = " (which "ldd")))
                 (("NAWK *=.*(n|g)awk")
                  (string-append "NAWK = " (which "gawk")))
-                ;; (("NAWK *=.*gawk")
-                ;;  (string-append "NAWK = " (which "gawk")))
                 (("XARGS *=.*xargs")
                  (string-append "XARGS = " (which "xargs")))
                 (("UNZIP *=.*unzip")



reply via email to

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