kwooty expression: slight improvement of the build inputs.

svn path=/nixpkgs/trunk/; revision=31873
This commit is contained in:
Arie Middelkoop 2012-01-26 23:24:40 +00:00
parent 2782836036
commit 7c8ab92620
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, gcc, cmake, qt4, gettext { stdenv, fetchurl, cmake, qt4, gettext
, kdelibs, kdebase_workspace, perl , kdelibs, kdebase_workspace, perl
, openssl, phonon, automoc4 , openssl, phonon, automoc4
, libX11, libXext, libXft , libX11, libXext, libXft
@ -27,7 +27,7 @@ in stdenv.mkDerivation {
''; '';
buildInputs = buildInputs =
[ gcc perl cmake qt4 gettext automoc4 openssl [ stdenv perl cmake qt4 gettext automoc4 openssl
kdelibs kdebase_workspace phonon kdelibs kdebase_workspace phonon
libX11 libXext libXft libX11 libXext libXft
]; ];