Commit c4f2dd52 authored by Colin's avatar Colin
Browse files

libgnome-games-support: support cross compilation

parent 7d3f0fde
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