2020-04-24 23:36:52 +00:00
<chapter xmlns= "http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="chap-language-support">
<title > Languages and frameworks</title>
<para >
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.
</para>
2020-05-15 21:57:56 +00:00
<xi:include href= "agda.section.xml" />
2020-04-24 23:36:52 +00:00
<xi:include href= "android.section.xml" />
2020-11-30 08:33:03 +00:00
<xi:include href= "beam.section.xml" />
2020-12-09 12:39:15 +00:00
<xi:include href= "bower.section.xml" />
2020-12-03 08:41:04 +00:00
<xi:include href= "coq.section.xml" />
2020-04-24 23:36:52 +00:00
<xi:include href= "crystal.section.xml" />
<xi:include href= "emscripten.section.xml" />
2020-12-09 12:39:15 +00:00
<xi:include href= "gnome.section.xml" />
2020-11-30 08:33:03 +00:00
<xi:include href= "go.section.xml" />
2020-04-24 23:36:52 +00:00
<xi:include href= "haskell.section.xml" />
<xi:include href= "idris.section.xml" />
<xi:include href= "ios.section.xml" />
2020-12-03 08:41:04 +00:00
<xi:include href= "java.section.xml" />
2020-06-18 07:06:33 +00:00
<xi:include href= "lua.section.xml" />
2020-11-06 00:33:48 +00:00
<xi:include href= "maven.section.xml" />
2020-04-24 23:36:52 +00:00
<xi:include href= "node.section.xml" />
2020-12-07 07:45:13 +00:00
<xi:include href= "ocaml.section.xml" />
2020-12-09 12:39:15 +00:00
<xi:include href= "perl.section.xml" />
2020-05-03 17:38:23 +00:00
<xi:include href= "php.section.xml" />
2020-04-24 23:36:52 +00:00
<xi:include href= "python.section.xml" />
2020-11-30 08:33:03 +00:00
<xi:include href= "qt.section.xml" />
2020-04-24 23:36:52 +00:00
<xi:include href= "r.section.xml" />
2020-11-30 08:33:03 +00:00
<xi:include href= "ruby.section.xml" />
2020-04-24 23:36:52 +00:00
<xi:include href= "rust.section.xml" />
2020-12-03 08:41:04 +00:00
<xi:include href= "texlive.section.xml" />
2020-04-24 23:36:52 +00:00
<xi:include href= "titanium.section.xml" />
<xi:include href= "vim.section.xml" />
</chapter>