needs freetype as well...

svn path=/nixpkgs/trunk/; revision=4268
This commit is contained in:
Armijn Hemel 2005-11-12 17:56:12 +00:00
parent d1b548a11d
commit 45521c30b8

View File

@ -1,5 +1,6 @@
{stdenv, fetchurl, libX11, libXt, libXext, zlib, perl, qt, openssl, pcre, {stdenv, fetchurl, libX11, libXt, libXext, zlib, perl, qt, openssl, pcre,
pkgconfig, libjpeg, libpng, libtiff, libxml2, libxslt, libtool, expat}: pkgconfig, libjpeg, libpng, libtiff, libxml2, libxslt, libtool, expat,
freetype}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "kdelibs-3.4.3"; name = "kdelibs-3.4.3";
@ -12,6 +13,6 @@ stdenv.mkDerivation {
inherit openssl libX11; inherit openssl libX11;
buildInputs = [ buildInputs = [
libX11 libXt libXext zlib perl qt openssl pcre libX11 libXt libXext zlib perl qt openssl pcre
pkgconfig libjpeg libpng libtiff libxml2 libxslt expat libtool pkgconfig libjpeg libpng libtiff libxml2 libxslt expat libtool freetype
]; ];
} }