gnupg: Try to build on all platforms

This commit is contained in:
Shea Levy 2012-07-16 21:26:04 -04:00
parent d04cbc85cf
commit c5ad1e22a1

View file

@ -54,5 +54,7 @@ stdenv.mkDerivation rec {
license = "GPLv3+";
maintainers = with stdenv.lib.maintainers; [ ludo urkud ];
platforms = stdenv.lib.platforms.all;
};
}