me
/
guix
Archived
1
0
Fork 0

gnu: icedtea6: remove commented substitution.

* gnu/packages/java.scm (icedtea6): Remove commented substitution.
master
Ricardo Wurmus 2015-03-17 14:12:14 +01:00
parent 18f3c3209d
commit 6b2bad40fc
1 changed files with 0 additions and 2 deletions

View File

@ -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")