gnupg: Allow GnuPG1 to build on all platforms.

wip/yesman
gcv 5 years ago committed by Constantine Vetoshev
parent 33d3777986
commit 2a2fcbb274
  1. 2
      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;
};
}

Loading…
Cancel
Save