swarm: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-10 17:59:13 +07:00
parent 843e700420
commit f1e0c9f6d5

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation {
description = "Verification script generator for Spin";
homepage = "http://spinroot.com/";
license = licenses.free;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ abbradar ];
};
}