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