about summary refs log tree commit diff
path: root/pkgs/development/interpreters/elixir
diff options
context:
space:
mode:
authorWilliam Roe <willroe@gmail.com>2014-09-03 20:14:57 +0100
committerWilliam Roe <willroe@gmail.com>2014-09-03 20:14:57 +0100
commit9a30ea90f0a9ffd56b75134a2fe5f0e95530eae5 (patch)
tree4adde219b6dcb1d06188f5db205f4393775eaa10 /pkgs/development/interpreters/elixir
parentd45c1db2db5bb5aa6a02a52a20f62a7e56bd5626 (diff)
Elixir and rebar aren't Linux-specific tools
Widen platform support to all unix
Diffstat (limited to 'pkgs/development/interpreters/elixir')
-rw-r--r--pkgs/development/interpreters/elixir/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/elixir/default.nix b/pkgs/development/interpreters/elixir/default.nix
index 59629eb2f59c8..0e4b5a6d9b634 100644
--- a/pkgs/development/interpreters/elixir/default.nix
+++ b/pkgs/development/interpreters/elixir/default.nix
@@ -46,7 +46,7 @@ stdenv.mkDerivation {
     '';
 
     license = licenses.epl10;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = [ maintainers.the-kenny ];
   };
 }