* 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:
@@ -604,7 +604,7 @@ rec {
|
||||
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 (xlibs) libXft libXrender;
|
||||
};
|
||||
|
||||
@@ -71,6 +71,7 @@ let {
|
||||
openssl
|
||||
mktemp
|
||||
strace
|
||||
qt3
|
||||
|
||||
postgresql
|
||||
jetty
|
||||
|
||||
Reference in New Issue
Block a user