Say hello to Erlang/OTP v23

This commit is contained in:
Jesper Louis Andersen 2020-08-27 14:08:00 +02:00
parent d67e047859
commit 6ca6b0b22e

View File

@ -5,7 +5,7 @@ with pkgs;
let let
inherit (lib) optional optionals; inherit (lib) optional optionals;
erlang_wx = erlangR22.override { erlang_wx = erlangR23.override {
wxSupport = true; wxSupport = true;
}; };
in in
@ -13,4 +13,4 @@ in
mkShell { mkShell {
buildInputs = [ erlang_wx git libsodium ] buildInputs = [ erlang_wx git libsodium ]
++ optional stdenv.isLinux inotify-tools; ++ optional stdenv.isLinux inotify-tools;
} }