1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

kdePackages.plasma-workspace: Mark plasma-sourceenv.sh as non-exec

This commit is contained in:
Natsu Kagami 2024-06-11 01:08:40 +02:00
parent 9db38f150e
commit 3c0320c3c0
No known key found for this signature in database
GPG key ID: 55A032EB38B49ADB

View file

@ -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