summary refs log tree commit diff
path: root/pkgs/development/tools/alloy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/alloy/default.nix')
-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 e0be56e5037..cb559a128ab 100644
--- a/pkgs/development/tools/alloy/default.nix
+++ b/pkgs/development/tools/alloy/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
     homepage = http://alloy.mit.edu/;
     downloadPage = http://alloy.mit.edu/alloy/download.html;
     license = licenses.mit;
-    platforms = with platforms; linux;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ nckx ];
   };