2015-12-19 07:04:36 -08:00
<chapter xmlns= "http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="chap-language-support">
2019-10-20 03:17:58 -07:00
<title > Languages and frameworks</title>
2018-05-01 16:54:21 -07:00
<para >
2019-09-18 13:12:54 -07:00
The <link linkend= "chap-stdenv" > standard build environment</link> makes it easy to build typical Autotools-based packages with very little code. Any other kind of package can be accomodated by overriding the appropriate phases of <literal > stdenv</literal> . However, there are specialised functions in Nixpkgs to easily build packages for other programming languages, such as Perl or Haskell. These are described in this chapter.
2018-05-01 16:54:21 -07:00
</para>
2019-12-29 04:14:16 -08:00
<xi:include href= "agda.section.xml" />
2018-11-18 05:44:23 -08:00
<xi:include href= "android.section.xml" />
2018-05-01 16:54:21 -07:00
<xi:include href= "beam.xml" />
<xi:include href= "bower.xml" />
<xi:include href= "coq.xml" />
2019-10-20 03:37:45 -07:00
<xi:include href= "crystal.section.xml" />
<xi:include href= "emscripten.section.xml" />
2018-03-06 09:14:37 -08:00
<xi:include href= "gnome.xml" />
2018-05-01 16:54:21 -07:00
<xi:include href= "go.xml" />
<xi:include href= "haskell.section.xml" />
<xi:include href= "idris.section.xml" />
2018-11-27 11:48:48 -08:00
<xi:include href= "ios.section.xml" />
2018-05-01 16:54:21 -07:00
<xi:include href= "java.xml" />
2019-02-05 20:57:53 -08:00
<xi:include href= "lua.section.xml" />
2020-10-15 16:36:11 -07:00
<xi:include href= "maven.section.xml" />
2018-05-01 16:54:21 -07:00
<xi:include href= "node.section.xml" />
2018-11-06 09:18:27 -08:00
<xi:include href= "ocaml.xml" />
2018-05-01 16:54:21 -07:00
<xi:include href= "perl.xml" />
2020-04-30 04:48:05 -07:00
<xi:include href= "php.section.xml" />
2018-05-01 16:54:21 -07:00
<xi:include href= "python.section.xml" />
<xi:include href= "qt.xml" />
<xi:include href= "r.section.xml" />
<xi:include href= "ruby.xml" />
<xi:include href= "rust.section.xml" />
<xi:include href= "texlive.xml" />
2018-11-18 06:29:51 -08:00
<xi:include href= "titanium.section.xml" />
2018-05-01 16:54:21 -07:00
<xi:include href= "vim.section.xml" />
2015-12-19 07:04:36 -08:00
</chapter>