Merge pull request #122530 from veprbl/pr/gcr_on_darwin
gcr: enable on darwin
This commit is contained in:
commit
b1ce4b41a3
@ -89,7 +89,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = teams.gnome.members;
|
maintainers = teams.gnome.members;
|
||||||
description = "GNOME crypto services (daemon and tools)";
|
description = "GNOME crypto services (daemon and tools)";
|
||||||
homepage = "https://gitlab.gnome.org/GNOME/gcr";
|
homepage = "https://gitlab.gnome.org/GNOME/gcr";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user