about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArie Middelkoop <amiddelk@gmail.com>2012-01-26 23:24:40 +0000
committerArie Middelkoop <amiddelk@gmail.com>2012-01-26 23:24:40 +0000
commit7c8ab926200cb783b9ff599e3fa2031052a4e8aa (patch)
tree7f5e2fa52bee7d039ecea8ab3229583f20a3b6e2
parent278283603634b5f13a6f8fe1d96ee654d5ffca96 (diff)
downloadnixlib-7c8ab926200cb783b9ff599e3fa2031052a4e8aa.tar
nixlib-7c8ab926200cb783b9ff599e3fa2031052a4e8aa.tar.gz
nixlib-7c8ab926200cb783b9ff599e3fa2031052a4e8aa.tar.bz2
nixlib-7c8ab926200cb783b9ff599e3fa2031052a4e8aa.tar.lz
nixlib-7c8ab926200cb783b9ff599e3fa2031052a4e8aa.tar.xz
nixlib-7c8ab926200cb783b9ff599e3fa2031052a4e8aa.tar.zst
nixlib-7c8ab926200cb783b9ff599e3fa2031052a4e8aa.zip
kwooty expression: slight improvement of the build inputs.
svn path=/nixpkgs/trunk/; revision=31873
-rw-r--r--pkgs/applications/networking/newsreaders/kwooty/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/newsreaders/kwooty/default.nix b/pkgs/applications/networking/newsreaders/kwooty/default.nix
index 4d68191c6f21..67254084d8e2 100644
--- a/pkgs/applications/networking/newsreaders/kwooty/default.nix
+++ b/pkgs/applications/networking/newsreaders/kwooty/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, gcc, cmake, qt4, gettext
+{ stdenv, fetchurl, cmake, qt4, gettext
 , kdelibs, kdebase_workspace, perl
 , openssl, phonon, automoc4
 , libX11, libXext, libXft
@@ -27,7 +27,7 @@ in stdenv.mkDerivation {
   '';
 
   buildInputs =
-    [ gcc perl cmake qt4 gettext automoc4 openssl
+    [ stdenv perl cmake qt4 gettext automoc4 openssl
       kdelibs kdebase_workspace phonon
       libX11 libXext libXft
     ];