Merge pull request #24122 from mdaiter/master

yaws: erlang R17 -> R18
This commit is contained in:
Daniel Peebles 2017-03-20 09:50:04 -04:00 committed by GitHub
commit 0c1b600346

View file

@ -11096,7 +11096,7 @@ with pkgs;
xwayland = callPackage ../servers/x11/xorg/xwayland.nix { };
yaws = callPackage ../servers/http/yaws { erlang = erlangR17; };
yaws = callPackage ../servers/http/yaws { };
zabbix = recurseIntoAttrs (callPackages ../servers/monitoring/zabbix {});