forked from mirrors/nixpkgs
Added pkg-config 0.17.2 as pkgconfig017x
svn path=/nixpkgs/trunk/; revision=2913
This commit is contained in:
parent
8600c9013f
commit
b381db3399
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue