Skip to content

Commit 882b04f

Browse files
authored
kdePackages.plasma-workspace: wrap with --inherit-argv0 (#390187)
2 parents ce2b2d3 + 6c12682 commit 882b04f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/kde/plasma/plasma-workspace/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ mkKdeDerivation {
6262
gpsd
6363
];
6464

65+
qtWrapperArgs = [ "--inherit-argv0" ];
66+
6567
# Hardcoded as QStrings, which are UTF-16 so Nix can't pick these up automatically
6668
postFixup = ''
6769
mkdir -p $out/nix-support

0 commit comments

Comments
 (0)