about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2005-01-19 23:27:35 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2005-01-19 23:27:35 +0000
commit44fa4a2980bc57f770f9b6ad89e45374aaa8e165 (patch)
tree0262136399d7d595643dddce6cc681d742361b9c
parent35443bddea261b141223fbd94fc1c16651f9eccf (diff)
* 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
-rw-r--r--pkgs/development/libraries/xlibs/libXft/default.nix4
-rw-r--r--pkgs/system/all-packages-generic.nix2
-rw-r--r--pkgs/system/populate-cache.nix1
3 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/libraries/xlibs/libXft/default.nix b/pkgs/development/libraries/xlibs/libXft/default.nix
index faaabc32a2bad..0b4cf60686528 100644
--- a/pkgs/development/libraries/xlibs/libXft/default.nix
+++ b/pkgs/development/libraries/xlibs/libXft/default.nix
@@ -3,7 +3,7 @@
 # !!! assert freetype `elem` fontconfig.buildInputs or some such
 # assert freetype == fontconfig.freetype;
 
-stdenv.mkDerivation {
+(stdenv.mkDerivation {
   name = "libXft-2.1.6";
   src = fetchurl {
     url = http://freedesktop.org/~xlibs/release/libXft-2.1.6.tar.bz2;
@@ -11,4 +11,4 @@ stdenv.mkDerivation {
   };
   buildInputs = [pkgconfig];
   propagatedBuildInputs = [libX11 libXrender freetype fontconfig];
-}
+}) // {inherit freetype fontconfig;}
\ No newline at end of file
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 6b22cc492a8ef..4464ce0f9fa82 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -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;
   };
diff --git a/pkgs/system/populate-cache.nix b/pkgs/system/populate-cache.nix
index fb19c7936b5b8..05cbc0b63ade0 100644
--- a/pkgs/system/populate-cache.nix
+++ b/pkgs/system/populate-cache.nix
@@ -71,6 +71,7 @@ let {
     openssl
     mktemp
     strace
+    qt3
 
     postgresql
     jetty