gtk-server: use gtk4

This is now possible with then new 2.4.7 release
This commit is contained in:
Stefan Frijters
2026-05-30 21:04:33 +02:00
parent 6b4232410f
commit cbea254e5d
+4 -4
View File
@@ -3,10 +3,10 @@
stdenv,
fetchurl,
glib,
gtk3,
gtk4,
libffcall,
pkg-config,
wrapGAppsHook3,
wrapGAppsHook4,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -24,12 +24,12 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
pkg-config
wrapGAppsHook3
wrapGAppsHook4
];
buildInputs = [
libffcall
glib
gtk3
gtk4
];
meta = {