From 5247c11b4a64e8a64a038464034f237fcef0d341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Tue, 16 Sep 2014 20:40:31 +0200 Subject: [PATCH] manual: mention go2nix --- doc/language-support.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/language-support.xml b/doc/language-support.xml index 117e1d93c152..e7ffa8af1183 100644 --- a/doc/language-support.xml +++ b/doc/language-support.xml @@ -233,7 +233,7 @@ twisted = buildPythonPackage { -
Ruby +
Ruby For example, to package yajl-ruby package, use gem-nix: @@ -244,6 +244,11 @@ twisted = buildPythonPackage {
+
Go + To extract dependency information from a Go package in automated way use go2nix. +
+ +
Java Ant-based Java packages are typically built from source as follows: