swarm: expand platforms to unix
This commit is contained in:
parent
843e700420
commit
f1e0c9f6d5
|
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||||
description = "Verification script generator for Spin";
|
description = "Verification script generator for Spin";
|
||||||
homepage = "http://spinroot.com/";
|
homepage = "http://spinroot.com/";
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue