Unverified Commit ec3540a4 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

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

parents 85b3fae1 c4f2dd52
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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