Merge pull request #122530 from veprbl/pr/gcr_on_darwin

gcr: enable on darwin
This commit is contained in:
Jan Tojnar
2021-05-11 09:46:52 +02:00
committed by GitHub

View File

@@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
};
meta = with lib; {
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = teams.gnome.members;
description = "GNOME crypto services (daemon and tools)";
homepage = "https://gitlab.gnome.org/GNOME/gcr";