3
0
Fork 0
forked from mirrors/nixpkgs

Fixing kde44 qimageblitz. I remove the patch about FindQt4.cmake; let's trust

its version better.

svn path=/nixpkgs/trunk/; revision=20997
This commit is contained in:
Lluís Batlle i Rossell 2010-04-09 18:43:56 +00:00
parent bc54fc96da
commit 3fd062e933

View file

@ -6,9 +6,6 @@ stdenv.mkDerivation {
url = mirror://sourceforge/qimageblitz/qimageblitz-0.0.4.tar.bz2; url = mirror://sourceforge/qimageblitz/qimageblitz-0.0.4.tar.bz2;
md5 = "cb87c7f1c0455e8984ee4830f1e749cf"; md5 = "cb87c7f1c0455e8984ee4830f1e749cf";
}; };
patchPhase = ''
cp ${cmake}/share/cmake-${cmake.majorVersion}/Modules/FindQt4.cmake cmake/modules
'';
buildInputs = [ cmake qt4 ]; buildInputs = [ cmake qt4 ];
meta = { meta = {
description = "Graphical effect and filter library for KDE4"; description = "Graphical effect and filter library for KDE4";