Merge pull request #318927 from natsukagami/fix-316784

kdePackages.plasma-workspace: Mark `plasma-sourceenv.sh` as non-exec
This commit is contained in:
K900
2024-06-11 07:46:35 +03:00
committed by GitHub
@@ -31,6 +31,11 @@ mkKdeDerivation {
})
];
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