Reverting the pkgconfig update. Eelco says it does not work.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31755
This commit is contained in:
Lluís Batlle i Rossell 2012-01-21 09:05:43 +00:00
parent f5ddd22576
commit 3b4528fd7c

View File

@ -1,13 +1,13 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
name = "pkg-config-0.26";
name = "pkg-config-0.23";
setupHook = ./setup-hook.sh;
src = fetchurl {
url = "http://pkgconfig.freedesktop.org/releases/${name}.tar.gz";
sha256 = "1by86fjr5i6l7l428bdk4axcls32bcb598g5wjrhz4vwg5m97hcl";
sha256 = "0lrvk17724mc2nzpaa0vwybarrl50r7qdnr4h6jijm50srrf1808";
};
patches = [