summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-09-16 20:40:31 +0200
committerDomen Kožar <domen@dev.si>2014-09-16 20:40:37 +0200
commit5247c11b4a64e8a64a038464034f237fcef0d341 (patch)
treea6c4e4f78c1a2d15caad68f6eb8a5c97544f0f8f /doc
parentd8f80630f7f674c345df50ae5090fb21066afe12 (diff)
downloadnixpkgs-5247c11b4a64e8a64a038464034f237fcef0d341.tar
nixpkgs-5247c11b4a64e8a64a038464034f237fcef0d341.tar.gz
nixpkgs-5247c11b4a64e8a64a038464034f237fcef0d341.tar.bz2
nixpkgs-5247c11b4a64e8a64a038464034f237fcef0d341.tar.lz
nixpkgs-5247c11b4a64e8a64a038464034f237fcef0d341.tar.xz
nixpkgs-5247c11b4a64e8a64a038464034f237fcef0d341.tar.zst
nixpkgs-5247c11b4a64e8a64a038464034f237fcef0d341.zip
manual: mention go2nix
Diffstat (limited to 'doc')
-rw-r--r--doc/language-support.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/language-support.xml b/doc/language-support.xml
index 117e1d93c15..e7ffa8af118 100644
--- a/doc/language-support.xml
+++ b/doc/language-support.xml
@@ -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: