From 2a2fcbb274e355aa053a94df2c15801b733e5c66 Mon Sep 17 00:00:00 2001 From: gcv Date: Tue, 30 Jul 2019 17:43:37 -0700 Subject: gnupg: Allow GnuPG1 to build on all platforms. --- pkgs/tools/security/gnupg/1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/security/gnupg/1.nix b/pkgs/tools/security/gnupg/1.nix index b86bb1a221c6a..3b916378bf52d 100644 --- a/pkgs/tools/security/gnupg/1.nix +++ b/pkgs/tools/security/gnupg/1.nix @@ -27,6 +27,6 @@ stdenv.mkDerivation rec { other applications. A wealth of frontend applications and libraries are available. ''; - platforms = platforms.gnu ++ platforms.linux; # arbitrary choice + platforms = platforms.all; }; } -- cgit 1.4.1