gnu: icedtea6: remove commented substitution.

* gnu/packages/java.scm (icedtea6): Remove commented substitution.
This commit is contained in:
Ricardo Wurmus 2015-03-17 14:12:14 +01:00
parent 18f3c3209d
commit 6b2bad40fc

View file

@ -266,8 +266,6 @@ (define-public icedtea6
(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")