Fix evaluation

This commit is contained in:
Eelco Dolstra
2012-12-04 17:08:58 +01:00
parent e5497ca043
commit c138356805
2 changed files with 72 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
sha256 = "1lsf0ln0h3mnm2y0mwgrfk0lyfi7bnm4r886acvdrrsvc7pypaia";
};
patches = [ ../../misc/coreutils/gets-undeclared.patch ];
patches = [ ./gets-undeclared.patch ];
/* If no explicit coreutils is given, use the one from stdenv. */
buildNativeInputs = [ coreutils ];