about summary refs log tree commit diff
path: root/nixpkgs/pkgs/kde/plasma/plasma-workspace/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/kde/plasma/plasma-workspace/default.nix')
-rw-r--r--nixpkgs/pkgs/kde/plasma/plasma-workspace/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/nixpkgs/pkgs/kde/plasma/plasma-workspace/default.nix b/nixpkgs/pkgs/kde/plasma/plasma-workspace/default.nix
index 24e41b971cf0..e89063876a86 100644
--- a/nixpkgs/pkgs/kde/plasma/plasma-workspace/default.nix
+++ b/nixpkgs/pkgs/kde/plasma/plasma-workspace/default.nix
@@ -10,7 +10,6 @@
   libcanberra,
   libqalculate,
   pipewire,
-  breeze,
   qttools,
   qqc2-breeze-style,
   gpsd,
@@ -25,12 +24,13 @@ mkKdeDerivation {
       xsetroot = "${lib.getBin xorg.xsetroot}/bin/xsetroot";
       qdbus = "${lib.getBin qttools}/bin/qdbus";
     })
-    (substituteAll {
-      src = ./wallpaper-paths.patch;
-      wallpapers = "${lib.getBin breeze}/share/wallpapers";
-    })
   ];
 
+  postInstall = ''
+    # Prevent patching this shell file, it only is used by sourcing it from /bin/sh.
+    chmod -x $out/libexec/plasma-sourceenv.sh
+  '';
+
   extraNativeBuildInputs = [pkg-config spirv-tools];
   extraBuildInputs = [
     qtsvg