nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

libgnome-games-support: support cross compilation

Colin c4f2dd52 7d3f0fde

+4
+2
pkgs/development/libraries/libgnome-games-support/2.0.nix
··· 3 3 , fetchurl 4 4 , pkg-config 5 5 , glib 6 + , gobject-introspection 6 7 , gtk4 7 8 , libgee 8 9 , gettext ··· 25 24 26 25 nativeBuildInputs = [ 27 26 gettext 27 + gobject-introspection 28 28 meson 29 29 ninja 30 30 pkg-config
+2
pkgs/development/libraries/libgnome-games-support/default.nix
··· 2 2 , fetchurl 3 3 , pkg-config 4 4 , glib 5 + , gobject-introspection 5 6 , gtk3 6 7 , libgee 7 8 , gettext ··· 24 23 25 24 nativeBuildInputs = [ 26 25 gettext 26 + gobject-introspection 27 27 meson 28 28 ninja 29 29 pkg-config