Restore an accidentially removed patch

svn path=/nixpkgs/trunk/; revision=24392
This commit is contained in:
Yury G. Kudryashov 2010-10-20 21:19:30 +00:00
parent 5019f883f3
commit 6731bd48ee

View File

@ -3,6 +3,7 @@
kde.package {
buildInputs = [ cmake kdelibs automoc4 subversion apr aprutil ];
patches = [ ./find-svn.patch ];
cmakeFlags = "-DBUILD_kioslave=ON";
meta = {