spin: enable darwin support (#119809)
This commit is contained in:
parent
75d12e9ad4
commit
bcb8079a93
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ in stdenv.mkDerivation rec {
|
|||
description = "Formal verification tool for distributed software systems";
|
||||
homepage = "http://spinroot.com/";
|
||||
license = licenses.free;
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue