Merge pull request #267373 from uninsane/pr-cross-libgnome-games-support

This commit is contained in:
Artturi 2023-11-14 23:38:56 +02:00 committed by GitHub
commit ec3540a4cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -3,6 +3,7 @@
, fetchurl
, pkg-config
, glib
, gobject-introspection
, gtk4
, libgee
, gettext
@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
gettext
gobject-introspection
meson
ninja
pkg-config

View file

@ -2,6 +2,7 @@
, fetchurl
, pkg-config
, glib
, gobject-introspection
, gtk3
, libgee
, gettext
@ -23,6 +24,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
gettext
gobject-introspection
meson
ninja
pkg-config