From 3fd062e933d9b1b34bd027ab0016eb24ee954a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 9 Apr 2010 18:43:56 +0000 Subject: [PATCH] Fixing kde44 qimageblitz. I remove the patch about FindQt4.cmake; let's trust its version better. svn path=/nixpkgs/trunk/; revision=20997 --- pkgs/desktops/kde-4.4/support/qimageblitz/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/desktops/kde-4.4/support/qimageblitz/default.nix b/pkgs/desktops/kde-4.4/support/qimageblitz/default.nix index b03301e76e8..34cbe36b5da 100644 --- a/pkgs/desktops/kde-4.4/support/qimageblitz/default.nix +++ b/pkgs/desktops/kde-4.4/support/qimageblitz/default.nix @@ -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";