Reverted to 0.15 and 0.17.2 in separate file.
svn path=/nixpkgs/trunk/; revision=2909
This commit is contained in:
parent
85795c5018
commit
8600c9013f
@ -1,11 +1,11 @@
|
|||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "pkgconfig-0.17.2";
|
name = "pkgconfig-0.15.0";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
setupHook = ./setup-hook.sh;
|
setupHook = ./setup-hook.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://pkgconfig.freedesktop.org/releases/pkgconfig-0.17.2.tar.gz;
|
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/pkgconfig-0.15.0.tar.gz;
|
||||||
md5 = "a0829ae71b586e027183b2a1cfe0ce88";
|
md5 = "a7e4f60a6657dbc434334deb594cc242";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
11
pkgs/development/tools/misc/pkgconfig/v0.17.2.nix
Normal file
11
pkgs/development/tools/misc/pkgconfig/v0.17.2.nix
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "pkgconfig-0.17.2";
|
||||||
|
builder = ./builder.sh;
|
||||||
|
setupHook = ./setup-hook.sh;
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://pkgconfig.freedesktop.org/releases/pkgconfig-0.17.2.tar.gz;
|
||||||
|
md5 = "a0829ae71b586e027183b2a1cfe0ce88";
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user