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:
parent
9db38f150e
commit
3c0320c3c0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue