Merge pull request #242720 from Artturin/wrapgappsfix

wrapGAppsHook4: fix gtk4 for the wrong system
This commit is contained in:
Artturi 2023-07-11 04:08:27 +03:00 committed by GitHub
commit 8c7ac39d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1295,7 +1295,7 @@ with pkgs;
makeWrapper = makeBinaryWrapper;
};
wrapGAppsHook4 = wrapGAppsHook.override { gtk3 = gtk4; };
wrapGAppsHook4 = wrapGAppsHook.override { gtk3 = __splicedPackages.gtk4; };
wrapGAppsNoGuiHook = wrapGAppsHook.override { isGraphical = false; };