Flake: add nixpkgs patches
This commit is contained in:
parent
00cbe6876e
commit
5832fcb26b
3 changed files with 40 additions and 0 deletions
13
nixpkgs-patches/kinfocenter-preserve-argv0.patch
Normal file
13
nixpkgs-patches/kinfocenter-preserve-argv0.patch
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue