mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 16:34:15 +03:00
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;
|
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user