mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
kdePackages.plasma-workspace: Mark plasma-sourceenv.sh as non-exec
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user