We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f288951 commit 6c12682Copy full SHA for 6c12682
pkgs/kde/plasma/plasma-workspace/default.nix
@@ -62,6 +62,8 @@ mkKdeDerivation {
62
gpsd
63
];
64
65
+ qtWrapperArgs = [ "--inherit-argv0" ];
66
+
67
# Hardcoded as QStrings, which are UTF-16 so Nix can't pick these up automatically
68
postFixup = ''
69
mkdir -p $out/nix-support
0 commit comments