summary refs log tree commit diff
path: root/pkgs/development/tools
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/tools
parentd45c1db2db5bb5aa6a02a52a20f62a7e56bd5626 (diff)
downloadnixlib-9a30ea90f0a9ffd56b75134a2fe5f0e95530eae5.tar
nixlib-9a30ea90f0a9ffd56b75134a2fe5f0e95530eae5.tar.gz
nixlib-9a30ea90f0a9ffd56b75134a2fe5f0e95530eae5.tar.bz2
nixlib-9a30ea90f0a9ffd56b75134a2fe5f0e95530eae5.tar.lz
nixlib-9a30ea90f0a9ffd56b75134a2fe5f0e95530eae5.tar.xz
nixlib-9a30ea90f0a9ffd56b75134a2fe5f0e95530eae5.tar.zst
nixlib-9a30ea90f0a9ffd56b75134a2fe5f0e95530eae5.zip
Elixir and rebar aren't Linux-specific tools
Widen platform support to all unix
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/build-managers/rebar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/build-managers/rebar/default.nix b/pkgs/development/tools/build-managers/rebar/default.nix
index d10d9d6d1a3a..d62ae35b8549 100644
--- a/pkgs/development/tools/build-managers/rebar/default.nix
+++ b/pkgs/development/tools/build-managers/rebar/default.nix
@@ -34,7 +34,7 @@ stdenv.mkDerivation {
       variety of locations (git, hg, etc).
       '';
 
-    platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.unix;
     maintainers = [ stdenv.lib.maintainers.the-kenny ];
   };
 }