about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLio李欧 <lionello@users.noreply.github.com>2020-08-24 17:09:55 -0700
committerLionello Lunesu <lio.lunesu@workday.com>2020-08-25 09:21:26 -0700
commitd7c8a477d05c06de39ff9d8e3e6599733c990663 (patch)
tree0f9d5e623ab1708f88f424cf9b18a1305c8d22fe /pkgs
parent0c7803f1441580f70998709b1e9749143fcc0ab1 (diff)
alloy: enable build on Darwin
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/alloy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/alloy/default.nix b/pkgs/development/tools/alloy/default.nix
index ed91df066c3aa..44a6d7329baa9 100644
--- a/pkgs/development/tools/alloy/default.nix
+++ b/pkgs/development/tools/alloy/default.nix
@@ -44,7 +44,7 @@ let generic = { major, version, src }:
       homepage = "http://alloytools.org/";
       downloadPage = "http://alloytools.org/download.html";
       license = licenses.mit;
-      platforms = platforms.linux;
+      platforms = platforms.unix;
       maintainers = with maintainers; [ notbandali ];
     };
   };