cb0cat: add 'unix' to platforms list
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
cba5d36df1
commit
433257ad94
@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "cryptographic tool based on the CBEAMr0 sponge function";
|
description = "cryptographic tool based on the CBEAMr0 sponge function";
|
||||||
homepage = "https://www.cblnk.com";
|
homepage = "https://www.cblnk.com";
|
||||||
|
platforms = stdenv.lib.platforms.unix;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user