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" />
2022-04-27 09:35:20 +00:00
<xi:include href= "chicken.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" />
2022-04-15 01:41:22 +00:00
<xi:include href= "cuda.section.xml" />
2021-05-20 23:08:51 +00:00
<xi:include href= "dhall.section.xml" />
2021-10-14 00:43:12 +00:00
<xi:include href= "dotnet.section.xml" />
2020-04-24 23:36:52 +00:00
<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" />
2021-07-03 03:11:41 +00:00
<xi:include href= "hy.section.xml" />
2020-04-24 23:36:52 +00:00
<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" />
2021-08-22 07:53:02 +00:00
<xi:include href= "javascript.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" />
2021-09-23 15:35:13 +00:00
<xi:include href= "nim.section.xml" />
2020-12-07 07:45:13 +00:00
<xi:include href= "ocaml.section.xml" />
2021-09-22 15:38:15 +00:00
<xi:include href= "octave.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>