gtk-server: use gtk4
This is now possible with then new 2.4.7 release
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user