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 8490862 commit 14001b1Copy full SHA for 14001b1
pkgs/kde/plasma/kinfocenter/default.nix
@@ -60,6 +60,8 @@ mkKdeDerivation {
60
extraNativeBuildInputs = [ pkg-config ];
61
extraBuildInputs = [ libusb1 ];
62
63
+ qtWrapperArgs = [ "--inherit-argv0" ];
64
+
65
# fix wrong symlink of infocenter pointing to a 'systemsettings5' binary in
66
# the same directory, while it is actually located in a completely different
67
# store path
0 commit comments