about summary refs log tree commit diff
path: root/pkgs/applications/kde/picmi.nix
diff options
context:
space:
mode:
authorAndré Vitor de Lima Matos <andre.vmatos@gmail.com>2022-04-21 16:36:44 -0300
committerAndré Vitor de Lima Matos <andre.vmatos@gmail.com>2022-04-24 19:05:45 -0300
commit2e19b6769576ffd7e7693f81c52e88f87fe02408 (patch)
treeb4f70529167b36d93d8b9a3d2f40fdfd95a92742 /pkgs/applications/kde/picmi.nix
parent18d5c05315ce4e84bc0d7e040e5cf7561f3d8bfc (diff)
kde/gear: adjust some build breakages
Diffstat (limited to 'pkgs/applications/kde/picmi.nix')
-rw-r--r--pkgs/applications/kde/picmi.nix12
1 files changed, 1 insertions, 11 deletions
diff --git a/pkgs/applications/kde/picmi.nix b/pkgs/applications/kde/picmi.nix
index 205f1bd5d12fa..30ee9fa84369d 100644
--- a/pkgs/applications/kde/picmi.nix
+++ b/pkgs/applications/kde/picmi.nix
@@ -1,4 +1,4 @@
-{ mkDerivation, lib, fetchpatch
+{ mkDerivation, lib
 , libkdegames, extra-cmake-modules
 , kdeclarative, knewstuff
 }:
@@ -16,16 +16,6 @@ mkDerivation {
     platforms = platforms.linux;
   };
 
-  patches = [
-    # fix compile error due to usage of deprecated things
-    # probably can be removed with the next kde bump
-    (fetchpatch {
-      url = "https://invent.kde.org/games/picmi/-/commit/99639fb499fe35eb463621efca1c0e4ff2a52bad.patch";
-      revert = true;
-      sha256 = "sha256-rRhTvUB1Hpc3bLv9b5yIf/G7uJy2/OgBfXToZwV4jrg=";
-    })
-  ];
-
   nativeBuildInputs = [
     extra-cmake-modules
   ];