From 7fd2796e994842e7c7998ad81d7815838b0226fe Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Tue, 17 Nov 2015 21:29:29 +0100 Subject: Replace 'with plaforms; platform' with 'platforms.platform' --- pkgs/development/tools/alloy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development/tools/alloy') 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 ]; }; -- cgit 1.4.1