forked from mirrors/nixpkgs
* Reverted r14547, r14526 -> these belong in the stdenv-branch.
svn path=/nixpkgs/trunk/; revision=14549
This commit is contained in:
parent
a8c3cbdf0b
commit
46f7027688
|
@ -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.
|
||||
|
|
|
@ -4,8 +4,8 @@ stdenv.mkDerivation {
|
|||
name = "coreutils-6.12";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnu/coreutils/coreutils-7.1.tar.gz;
|
||||
sha256 = "019a7kccrdnim2xigwsgc8dhiw0hb1y9q4344qs5z24sl6gv2g41";
|
||||
url = mirror://gnu/coreutils/coreutils-6.12.tar.gz;
|
||||
sha256 = "12pi7i2mxff5jab48pqpwlz2pi0j6sp9p7bgrcl663iiw81zglj9";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue