summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/common-path.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-01-19 13:47:26 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-01-19 13:47:26 +0000
commit0e6fa321bba5746c2f54cc2a75dd999e6af00a92 (patch)
tree24faf3bfc5e6b9366f402b6201c4827f203da79d /pkgs/stdenv/common-path.nix
parentfc89eefa5092d5042dd61f028991e30b67ce555b (diff)
* 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
Diffstat (limited to 'pkgs/stdenv/common-path.nix')
-rw-r--r--pkgs/stdenv/common-path.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/stdenv/common-path.nix b/pkgs/stdenv/common-path.nix
index c2e5dedfd22a..cff6fd0a3eed 100644
--- a/pkgs/stdenv/common-path.nix
+++ b/pkgs/stdenv/common-path.nix
@@ -11,6 +11,5 @@
pkgs.gnumake
pkgs.bash
pkgs.patch
- pkgs.replace
pkgs.xz
]