gnupg: Allow GnuPG1 to build on all platforms.
This commit is contained in:
parent
33d3777986
commit
2a2fcbb274
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue