summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
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 /pkgs/system/all-packages-generic.nix
parent35443bddea261b141223fbd94fc1c16651f9eccf (diff)
downloadnixpkgs-44fa4a2980bc57f770f9b6ad89e45374aaa8e165.tar
nixpkgs-44fa4a2980bc57f770f9b6ad89e45374aaa8e165.tar.gz
nixpkgs-44fa4a2980bc57f770f9b6ad89e45374aaa8e165.tar.bz2
nixpkgs-44fa4a2980bc57f770f9b6ad89e45374aaa8e165.tar.lz
nixpkgs-44fa4a2980bc57f770f9b6ad89e45374aaa8e165.tar.xz
nixpkgs-44fa4a2980bc57f770f9b6ad89e45374aaa8e165.tar.zst
nixpkgs-44fa4a2980bc57f770f9b6ad89e45374aaa8e165.zip
* 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
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 6b22cc492a8..4464ce0f9fa 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;
   };