* libXft: pass through the freetype and fontconfig inputs (Qt needs
them). * Add Qt to the cache. Contrary to what the previous commit message said, there is nothing wrong with the Qt build. It was just a problem on my local machine (you shouldn't run `./configure -help' in a temporary build directory; it overwrites some files of the build in progress). svn path=/nixpkgs/trunk/; revision=2067
This commit is contained in:
parent
35443bddea
commit
44fa4a2980
@ -3,7 +3,7 @@
|
|||||||
# !!! assert freetype `elem` fontconfig.buildInputs or some such
|
# !!! assert freetype `elem` fontconfig.buildInputs or some such
|
||||||
# assert freetype == fontconfig.freetype;
|
# assert freetype == fontconfig.freetype;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
(stdenv.mkDerivation {
|
||||||
name = "libXft-2.1.6";
|
name = "libXft-2.1.6";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://freedesktop.org/~xlibs/release/libXft-2.1.6.tar.bz2;
|
url = http://freedesktop.org/~xlibs/release/libXft-2.1.6.tar.bz2;
|
||||||
@ -11,4 +11,4 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
buildInputs = [pkgconfig];
|
buildInputs = [pkgconfig];
|
||||||
propagatedBuildInputs = [libX11 libXrender freetype fontconfig];
|
propagatedBuildInputs = [libX11 libXrender freetype fontconfig];
|
||||||
}
|
}) // {inherit freetype fontconfig;}
|
@ -604,7 +604,7 @@ rec {
|
|||||||
inherit fetchurl stdenv x11 libtiff libjpeg libpng;
|
inherit fetchurl stdenv x11 libtiff libjpeg libpng;
|
||||||
};
|
};
|
||||||
|
|
||||||
qt = import ../development/libraries/qt-3 {
|
qt3 = import ../development/libraries/qt-3 {
|
||||||
inherit fetchurl stdenv x11 zlib libjpeg libpng;
|
inherit fetchurl stdenv x11 zlib libjpeg libpng;
|
||||||
inherit (xlibs) libXft libXrender;
|
inherit (xlibs) libXft libXrender;
|
||||||
};
|
};
|
||||||
|
@ -71,6 +71,7 @@ let {
|
|||||||
openssl
|
openssl
|
||||||
mktemp
|
mktemp
|
||||||
strace
|
strace
|
||||||
|
qt3
|
||||||
|
|
||||||
postgresql
|
postgresql
|
||||||
jetty
|
jetty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user