mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +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];
|
extraNativeBuildInputs = [pkg-config spirv-tools];
|
||||||
extraBuildInputs = [
|
extraBuildInputs = [
|
||||||
qtsvg
|
qtsvg
|
||||||
|
Loading…
Reference in New Issue
Block a user