cb0cat: add 'unix' to platforms list

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-03-02 05:50:35 -06:00
parent cba5d36df1
commit 433257ad94

View File

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
meta = {
description = "cryptographic tool based on the CBEAMr0 sponge function";
homepage = "https://www.cblnk.com";
platforms = stdenv.lib.platforms.unix;
license = stdenv.lib.licenses.bsd3;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
};