Repair kruler build (phonon is required).
svn path=/nixpkgs/trunk/; revision=28212
This commit is contained in:
parent
d587e3720b
commit
37c45263c6
@ -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 ];
|
||||
|
||||
meta = {
|
||||
description = "KDE screen ruler";
|
||||
|
Loading…
Reference in New Issue
Block a user