Say hello to Erlang/OTP v23
This commit is contained in:
parent
d67e047859
commit
6ca6b0b22e
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user