* Don't use the "replace-literal" command in stdenv; instead use

bash's pattern replacement feature.  "replace-literal" is an
  uncommon command so it was a headache during the bootstrap.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31681
This commit is contained in:
Eelco Dolstra
2012-01-19 13:47:26 +00:00
parent fc89eefa50
commit 0e6fa321bb
4 changed files with 9 additions and 17 deletions
-1
View File
@@ -11,6 +11,5 @@
pkgs.gnumake
pkgs.bash
pkgs.patch
pkgs.replace
pkgs.xz
]