Skip to content

Commit

Permalink
Merge pull request #242720 from Artturin/wrapgappsfix
Browse files Browse the repository at this point in the history
wrapGAppsHook4: fix gtk4 for the wrong system
  • Loading branch information
Artturin authored Jul 11, 2023
2 parents 81c678b + 0b96527 commit 8c7ac39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ with pkgs;
makeWrapper = makeBinaryWrapper;
};

wrapGAppsHook4 = wrapGAppsHook.override { gtk3 = gtk4; };
wrapGAppsHook4 = wrapGAppsHook.override { gtk3 = __splicedPackages.gtk4; };

wrapGAppsNoGuiHook = wrapGAppsHook.override { isGraphical = false; };

Expand Down

0 comments on commit 8c7ac39

Please sign in to comment.