summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2008-08-25 10:00:17 +0000
committerPeter Simons <simons@cryp.to>2008-08-25 10:00:17 +0000
commit4dba81501fc042e46a37d1a25e03739424113fa2 (patch)
tree8af43786ee96fc89fe94261030af14057d3afbb6 /pkgs/tools/text
parenteddce10d13f29eb55bbce4910a21683e5bc7e3ea (diff)
downloadnixlib-4dba81501fc042e46a37d1a25e03739424113fa2.tar
nixlib-4dba81501fc042e46a37d1a25e03739424113fa2.tar.gz
nixlib-4dba81501fc042e46a37d1a25e03739424113fa2.tar.bz2
nixlib-4dba81501fc042e46a37d1a25e03739424113fa2.tar.lz
nixlib-4dba81501fc042e46a37d1a25e03739424113fa2.tar.xz
nixlib-4dba81501fc042e46a37d1a25e03739424113fa2.tar.zst
nixlib-4dba81501fc042e46a37d1a25e03739424113fa2.zip
replace: makeFlags is an array
svn path=/nixpkgs/trunk/; revision=12701
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/replace/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/replace/default.nix b/pkgs/tools/text/replace/default.nix
index 7ac41bbe8bf2..0182a3bb48df 100644
--- a/pkgs/tools/text/replace/default.nix
+++ b/pkgs/tools/text/replace/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
     sha256 = "1c2nkxx83vmlh1v3ib6r2xqh121gdb1rharwsimcb2h0xwc558dm";
   };
 
-  makeFlags = "TREE=\$(out)";
+  makeFlags = ["TREE=\$(out)"];
 
   postInstall = "mv \$out/bin/replace \$out/bin/replace-literal";