gnupg: Allow GnuPG1 to build on all platforms.

This commit is contained in:
gcv 2019-07-30 17:43:37 -07:00 committed by Constantine Vetoshev
parent 33d3777986
commit 2a2fcbb274

@ -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;
};
}