gnupg: Try to build on all platforms
This commit is contained in:
parent
d04cbc85cf
commit
c5ad1e22a1
@ -54,5 +54,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = "GPLv3+";
|
license = "GPLv3+";
|
||||||
|
|
||||||
maintainers = with stdenv.lib.maintainers; [ ludo urkud ];
|
maintainers = with stdenv.lib.maintainers; [ ludo urkud ];
|
||||||
|
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user