Flake: add nixpkgs patches

This commit is contained in:
Toast 2025-03-17 19:32:59 +01:00
parent 00cbe6876e
commit 5832fcb26b
3 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,13 @@
diff --git a/pkgs/kde/plasma/kinfocenter/default.nix b/pkgs/kde/plasma/kinfocenter/default.nix
index d9a0c171dbdb..fb337f4fabdc 100644
--- a/pkgs/kde/plasma/kinfocenter/default.nix
+++ b/pkgs/kde/plasma/kinfocenter/default.nix
@@ -67,6 +67,8 @@ mkKdeDerivation {
ln -sf ${systemsettings}/bin/systemsettings $out/bin/kinfocenter
'';
+ qtWrapperArgs = [ "--inherit-argv0" ];
+
# Hardcoded as a QString, which is UTF-16 so Nix can't pick it up automatically
postFixup = ''
mkdir -p $out/nix-support