3
0
Fork 0
forked from mirrors/nixpkgs

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

View file

@ -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
];