3
0
Fork 0
forked from mirrors/nixpkgs

pth added

svn path=/nixpkgs/branches/stdenv-updates/; revision=10189
This commit is contained in:
Yury G. Kudryashov 2008-01-17 12:58:07 +00:00
parent fa5891aa62
commit 1ba2194228
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,14 @@
args: with args;
stdenv.mkDerivation rec {
name = "pth-2.0.7";
src = fetchurl {
url = "mirror://gnu/pth/${name}.tar.gz";
sha256 = "0ckjqw5kz5m30srqi87idj7xhpw6bpki43mj07bazjm2qmh3cdbj";
};
meta = {
description = "The GNU Portable Threads";
homepage = http://www.gnu.org/software/pth;
};
}

View file

@ -2354,6 +2354,10 @@ rec {
inherit fetchurl stdenv;
};
pth = import ../development/libraries/pth {
inherit fetchurl stdenv;
};
qt3 = import ../development/libraries/qt-3 {
inherit fetchurl stdenv x11 zlib libjpeg libpng which mysql mesa;
inherit (xlibs) xextproto libXft libXrender libXrandr randrproto