kdepimlibs-4.6.0: add libxslt
svn path=/nixpkgs/trunk/; revision=25938
This commit is contained in:
parent
87c534b7d0
commit
96636f0779
@ -1,9 +1,9 @@
|
||||
{ kde, cmake, qt4, perl, boost, cyrus_sasl, gpgme, libical, openldap, shared_mime_info
|
||||
, kdelibs, automoc4, akonadi, soprano}:
|
||||
, kdelibs, automoc4, akonadi, soprano, libxslt}:
|
||||
|
||||
kde.package {
|
||||
|
||||
buildInputs = [ cmake automoc4 perl shared_mime_info ];
|
||||
buildInputs = [ cmake automoc4 perl shared_mime_info libxslt ];
|
||||
propagatedBuildInputs = [ qt4 boost cyrus_sasl gpgme libical openldap kdelibs
|
||||
akonadi soprano ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user