Merge pull request #65617 from gcv/gnupg1-all-platforms

Allow GnuPG1 to build on all platforms.
This commit is contained in:
adisbladis 2019-08-01 17:48:34 +01:00 committed by GitHub
commit 1a46901c4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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