* Fix KDE's fixed-output derivations.

svn path=/nixpkgs/branches/kde-4.7/; revision=27995
This commit is contained in:
Eelco Dolstra 2011-07-29 08:43:43 +00:00
parent 35781b1bf3
commit 7d06b01a34
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
kde.package {
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "4736af7eef8c0defa8f5ae997ac85e0a19c4d1af9a9e963b2434317c5408ab86";
outputHash = "7d7f352f574f5747f16ac517cbe19d0b011adb74e7a0b791705afb3addac1e96";
buildInputs = [ cmake ];

View file

@ -1,8 +1,8 @@
{ automoc4, cmake, kde, kdelibs, qt4 }:
{ automoc4, cmake, kde, kdelibs, qt4, phonon }:
kde.package {
buildInputs = [ cmake kdelibs qt4 automoc4 ];
buildInputs = [ cmake kdelibs qt4 automoc4 phonon ];
outputHashAlgo = "sha256";
outputHashMode = "recursive";