3
0
Fork 0
forked from mirrors/nixpkgs

Added pkg-config 0.17.2 as pkgconfig017x

svn path=/nixpkgs/trunk/; revision=2913
This commit is contained in:
Martin Bravenboer 2005-04-27 16:22:43 +00:00
parent 8600c9013f
commit b381db3399
2 changed files with 4 additions and 0 deletions

View file

@ -233,6 +233,10 @@ rec {
inherit fetchurl stdenv;
};
pkgconfig017x = (import ../development/tools/misc/pkgconfig/pkgconfig-0.17.2.nix) {
inherit fetchurl stdenv;
};
strace = (import ../development/tools/misc/strace) {
inherit fetchurl stdenv;
};