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