From bcb8079a93322d4fec98d6f0ba7fc433610e5bc1 Mon Sep 17 00:00:00 2001 From: yvt Date: Mon, 19 Apr 2021 01:59:03 +0900 Subject: [PATCH] spin: enable darwin support (#119809) --- pkgs/development/tools/analysis/spin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/analysis/spin/default.nix b/pkgs/development/tools/analysis/spin/default.nix index 58bb58fa2b0..a15421eee27 100644 --- a/pkgs/development/tools/analysis/spin/default.nix +++ b/pkgs/development/tools/analysis/spin/default.nix @@ -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 ]; }; }