summary refs log tree commit diff
path: root/pkgs/stdenv/common-path.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-02-13 14:23:09 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-02-13 14:23:09 +0000
commit5f45fb3ae986119b4360613901a1c033a2ee327e (patch)
tree08448fced019fe7676f255cd13c2ea228425876d /pkgs/stdenv/common-path.nix
parent3db3e079afaaae281124ee9ff1b34df3fa197824 (diff)
downloadnixpkgs-5f45fb3ae986119b4360613901a1c033a2ee327e.tar
nixpkgs-5f45fb3ae986119b4360613901a1c033a2ee327e.tar.gz
nixpkgs-5f45fb3ae986119b4360613901a1c033a2ee327e.tar.bz2
nixpkgs-5f45fb3ae986119b4360613901a1c033a2ee327e.tar.lz
nixpkgs-5f45fb3ae986119b4360613901a1c033a2ee327e.tar.xz
nixpkgs-5f45fb3ae986119b4360613901a1c033a2ee327e.tar.zst
nixpkgs-5f45fb3ae986119b4360613901a1c033a2ee327e.zip
* substitute() in stdenv: use the replace program instead of awful
  sed hackery.
* Some indentation fixes in setup.sh.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10658
Diffstat (limited to 'pkgs/stdenv/common-path.nix')
-rw-r--r--pkgs/stdenv/common-path.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/stdenv/common-path.nix b/pkgs/stdenv/common-path.nix
index 0ad0d83255b..3b267a543c6 100644
--- a/pkgs/stdenv/common-path.nix
+++ b/pkgs/stdenv/common-path.nix
@@ -11,4 +11,5 @@
   pkgs.gnumake
   pkgs.bash
   pkgs.patch
+  pkgs.replace
 ]