Elixir and rebar aren't Linux-specific tools

Widen platform support to all unix
This commit is contained in:
William Roe 2014-09-03 20:14:57 +01:00
parent d45c1db2db
commit 9a30ea90f0
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ stdenv.mkDerivation {
''; '';
license = licenses.epl10; license = licenses.epl10;
platforms = platforms.linux; platforms = platforms.unix;
maintainers = [ maintainers.the-kenny ]; maintainers = [ maintainers.the-kenny ];
}; };
} }

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation {
variety of locations (git, hg, etc). variety of locations (git, hg, etc).
''; '';
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.the-kenny ]; maintainers = [ stdenv.lib.maintainers.the-kenny ];
}; };
} }