about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2020-08-25 19:13:09 +0200
committerGitHub <noreply@github.com>2020-08-25 19:13:09 +0200
commit7f50d64290dd9fd65001fcbce86f3cd3a0812257 (patch)
treee68197d40197af72882afe653c9a3883a734f2ac /pkgs
parent34d3a27604a1c979d5bf8f5f178def0897393b7e (diff)
parentd7c8a477d05c06de39ff9d8e3e6599733c990663 (diff)
Merge pull request #96216 from lionello/patch-3
Allow alloy 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 ];
     };
   };