about summary refs log tree commit diff
path: root/pkgs/development/tools/alloy
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-11-17 21:29:29 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2015-11-17 21:30:43 +0100
commit7fd2796e994842e7c7998ad81d7815838b0226fe (patch)
tree3e2e0c16c76ee468e501fa91d9068004923a1a39 /pkgs/development/tools/alloy
parent8ca605fccb1760e06cf79b2898e05b63848e434c (diff)
Replace 'with plaforms; platform' with 'platforms.platform'
Diffstat (limited to 'pkgs/development/tools/alloy')
-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 e0be56e503767..cb559a128ab31 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 ];
   };