* Update kdegames.

svn path=/nixpkgs/branches/kde-4.7/; revision=27894
This commit is contained in:
Eelco Dolstra
2011-07-21 21:54:40 +00:00
parent 8b4730bdbd
commit 5a03576cb4
6 changed files with 62 additions and 21 deletions

View File

@@ -21,7 +21,9 @@ stdenv.mkDerivation rec {
python configure.py $configureFlags "''${configureFlagsArray[@]}"
'';
buildInputs = [ python pkgconfig makeWrapper sip qt4 pythonDBus ];
buildInputs = [ python pkgconfig makeWrapper qt4 ];
propagatedBuildInputs = [ sip pythonDBus ];
postInstall = ''
for i in $out/bin/*; do