manual: mention go2nix

This commit is contained in:
Domen Kožar 2014-09-16 20:40:31 +02:00
parent d8f80630f7
commit 5247c11b4a

View file

@ -233,7 +233,7 @@ twisted = buildPythonPackage {
</section>
<section xml:id="ssec-language-java"><title>Ruby</title>
<section xml:id="ssec-language-ruby"><title>Ruby</title>
<para>For example, to package yajl-ruby package, use gem-nix:</para>
<screen>
@ -244,6 +244,11 @@ twisted = buildPythonPackage {
</section>
<section xml:id="ssec-language-go"><title>Go</title>
<para>To extract dependency information from a Go package in automated way use <link xlink:href="https://github.com/cstrahan/go2nix">go2nix</link>.</para>
</section>
<section xml:id="ssec-language-java"><title>Java</title>
<para>Ant-based Java packages are typically built from source as follows: