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>2006-01-31 15:22:10 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-01-31 15:22:10 +0000
commitb8a0ebe410a4bf6ff184fe5c7e6b3463c2899a8c (patch)
treec9dc0e6b934809843394cbfd42901aefc154c071 /pkgs/system/all-packages-generic.nix
parent0c6fa511b9bea85a9a061e6374b6c68555669630 (diff)
downloadnixpkgs-b8a0ebe410a4bf6ff184fe5c7e6b3463c2899a8c.tar
nixpkgs-b8a0ebe410a4bf6ff184fe5c7e6b3463c2899a8c.tar.gz
nixpkgs-b8a0ebe410a4bf6ff184fe5c7e6b3463c2899a8c.tar.bz2
nixpkgs-b8a0ebe410a4bf6ff184fe5c7e6b3463c2899a8c.tar.lz
nixpkgs-b8a0ebe410a4bf6ff184fe5c7e6b3463c2899a8c.tar.xz
nixpkgs-b8a0ebe410a4bf6ff184fe5c7e6b3463c2899a8c.tar.zst
nixpkgs-b8a0ebe410a4bf6ff184fe5c7e6b3463c2899a8c.zip
* kdelibs 3.5.0.
* Make it detect bzip2; this is required for "meinproc".

svn path=/nixpkgs/trunk/; revision=4641
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index b53f6390633..03e245fcc22 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -1023,7 +1023,10 @@ rec {
   };
 
   kdelibs = import ../development/libraries/kde/kdelibs {
-    inherit fetchurl stdenv zlib perl openssl pcre  pkgconfig libjpeg libpng libtiff libxml2 libxslt libtool expat freetype;
+    inherit
+      fetchurl stdenv zlib perl openssl pcre  pkgconfig
+      libjpeg libpng libtiff libxml2 libxslt libtool
+      expat freetype;
     inherit (xlibs) libX11 libXt libXext;
     qt = qt3;
   };