···20 cp -r ./static $static
21 '';
2223- meta = with stdenv.lib; {
24 description = "Videoconferencing server that is easy to deploy, written in Go";
25 homepage = "https://github.com/jech/galene";
26 license = licenses.mit;
···20 cp -r ./static $static
21 '';
2223+ meta = with lib; {
24 description = "Videoconferencing server that is easy to deploy, written in Go";
25 homepage = "https://github.com/jech/galene";
26 license = licenses.mit;