rekado pushed a commit to branch master
in repository guix.
commit 6b2bad40fc93a37775256917617b25acdd609738
Author: Ricardo Wurmus <[email protected]>
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")