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:
parent
bc54fc96da
commit
3fd062e933
|
@ -6,9 +6,6 @@ stdenv.mkDerivation {
|
|||
url = mirror://sourceforge/qimageblitz/qimageblitz-0.0.4.tar.bz2;
|
||||
md5 = "cb87c7f1c0455e8984ee4830f1e749cf";
|
||||
};
|
||||
patchPhase = ''
|
||||
cp ${cmake}/share/cmake-${cmake.majorVersion}/Modules/FindQt4.cmake cmake/modules
|
||||
'';
|
||||
buildInputs = [ cmake qt4 ];
|
||||
meta = {
|
||||
description = "Graphical effect and filter library for KDE4";
|
||||
|
|
Loading…
Reference in a new issue