spin: enable darwin support (#119809)

This commit is contained in:
yvt 2021-04-19 01:59:03 +09:00 committed by GitHub
parent 75d12e9ad4
commit bcb8079a93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};
}