our 7.12.0 was not resolving (thank you glibc!), replaced with statically linked (with uclibc) 7.12.2
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1811
This commit is contained in:
parent
aad382248f
commit
1e3c657031
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
tar zxvf $src
|
tar zxvf $src
|
||||||
mkdir $out
|
mkdir $out
|
||||||
cp -a curl-7.12.0/* $out
|
cp -a curl-7.12.2/* $out
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
{stdenv}:
|
{stdenv}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "curl-static-7.12.0";
|
name = "curl-static-7.12.2";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = ./curl-7.12.0-static.tar.gz;
|
src = ./curl-7.12.2-static.tar.gz;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user