Merge pull request #65617 from gcv/gnupg1-all-platforms
Allow GnuPG1 to build on all platforms.
This commit is contained in:
commit
1a46901c4e
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
other applications. A wealth of frontend applications and libraries are
|
other applications. A wealth of frontend applications and libraries are
|
||||||
available.
|
available.
|
||||||
'';
|
'';
|
||||||
platforms = platforms.gnu ++ platforms.linux; # arbitrary choice
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user