* Reverted r14547, r14526 -> these belong in the stdenv-branch.

svn path=/nixpkgs/trunk/; revision=14549
This commit is contained in:
Eelco Dolstra
2009-03-16 10:00:26 +00:00
parent a8c3cbdf0b
commit 46f7027688
2 changed files with 2 additions and 4 deletions

View File

@@ -9,8 +9,6 @@ stdenv.mkDerivation {
sha256 = "0bivbz15x02m02gqs6hs77cgjr2msfrhnvp5xqk359jg6w6llill";
};
NIX_CFLAGS_COMPILE = if stdenv.system == "x86_64-linux" then "-fPIC" else "";
patches = [
# This patch does the following:
# 1) Do use the PATH environment variable to find the `pwd' command.