mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
* Fix KDE's fixed-output derivations.
svn path=/nixpkgs/branches/kde-4.7/; revision=27995
This commit is contained in:
parent
35781b1bf3
commit
7d06b01a34
@ -3,7 +3,7 @@
|
||||
kde.package {
|
||||
outputHashAlgo = "sha256";
|
||||
outputHashMode = "recursive";
|
||||
outputHash = "4736af7eef8c0defa8f5ae997ac85e0a19c4d1af9a9e963b2434317c5408ab86";
|
||||
outputHash = "7d7f352f574f5747f16ac517cbe19d0b011adb74e7a0b791705afb3addac1e96";
|
||||
|
||||
buildInputs = [ cmake ];
|
||||
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user