libgit2-glib: enable on darwin

This commit is contained in:
Alexandre Esteves
2026-05-08 12:09:05 +02:00
committed by Wolfgang Walther
parent 8126962ba5
commit 6dc592daed
+1 -1
View File
@@ -73,6 +73,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://gitlab.gnome.org/GNOME/libgit2-glib";
license = lib.licenses.lgpl21Plus;
teams = [ lib.teams.gnome ];
platforms = lib.platforms.linux;
platforms = lib.platforms.unix;
};
})