From 4bb528424ef997c9c3897b47e1f58445b973e7cf Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Tue, 11 May 2021 00:41:09 -0400 Subject: [PATCH] gcr: enable on darwin --- pkgs/development/libraries/gcr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/gcr/default.nix b/pkgs/development/libraries/gcr/default.nix index da3a0d31f41e..94487ff6b4d7 100644 --- a/pkgs/development/libraries/gcr/default.nix +++ b/pkgs/development/libraries/gcr/default.nix @@ -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";