2015-12-19 15:04:36 +00:00
<chapter xmlns= "http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xml:id="chap-language-support">
2019-10-20 11:17:58 +01:00
<title > Languages and frameworks</title>
2018-05-02 00:54:21 +01:00
<para >
2019-09-18 21:12:54 +01: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-02 00:54:21 +01:00
</para>
2019-12-29 12:14:16 +00:00
<xi:include href= "agda.section.xml" />
2018-11-18 13:44:23 +00:00
<xi:include href= "android.section.xml" />
2020-11-26 09:38:46 +00:00
<xi:include href= "beam.section.xml" />
2020-12-06 07:56:27 +00:00
<xi:include href= "bower.section.xml" />
2020-11-27 08:07:30 +00:00
<xi:include href= "coq.section.xml" />
2019-10-20 11:37:45 +01:00
<xi:include href= "crystal.section.xml" />
<xi:include href= "emscripten.section.xml" />
2020-11-28 16:13:40 +00:00
<xi:include href= "gnome.section.xml" />
2020-11-26 11:31:42 +00:00
<xi:include href= "go.section.xml" />
2018-05-02 00:54:21 +01:00
<xi:include href= "haskell.section.xml" />
<xi:include href= "idris.section.xml" />
2018-11-27 19:48:48 +00:00
<xi:include href= "ios.section.xml" />
2020-11-28 14:14:45 +00:00
<xi:include href= "java.section.xml" />
2019-02-06 04:57:53 +00:00
<xi:include href= "lua.section.xml" />
2020-10-16 00:36:11 +01:00
<xi:include href= "maven.section.xml" />
2018-05-02 00:54:21 +01:00
<xi:include href= "node.section.xml" />
2020-12-02 04:09:57 +00:00
<xi:include href= "ocaml.section.xml" />
2020-12-07 07:42:48 +00:00
<xi:include href= "perl.section.xml" />
2020-04-30 12:48:05 +01:00
<xi:include href= "php.section.xml" />
2018-05-02 00:54:21 +01:00
<xi:include href= "python.section.xml" />
2020-11-30 04:30:29 +00:00
<xi:include href= "qt.section.xml" />
2018-05-02 00:54:21 +01:00
<xi:include href= "r.section.xml" />
2020-08-10 02:16:58 +01:00
<xi:include href= "ruby.section.xml" />
2018-05-02 00:54:21 +01:00
<xi:include href= "rust.section.xml" />
2020-12-03 05:15:18 +00:00
<xi:include href= "texlive.section.xml" />
2018-11-18 14:29:51 +00:00
<xi:include href= "titanium.section.xml" />
2018-05-02 00:54:21 +01:00
<xi:include href= "vim.section.xml" />
2015-12-19 15:04:36 +00:00
</chapter>