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">
|
|
|
|
|
|
|
|
<title>Support for specific programming 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>
|
|
|
|
|
|
|
|
|
2016-05-22 10:05:37 +01:00
|
|
|
<xi:include href="beam.xml" />
|
|
|
|
<xi:include href="bower.xml" />
|
|
|
|
<xi:include href="coq.xml" />
|
2015-12-19 15:04:36 +00:00
|
|
|
<xi:include href="go.xml" />
|
2016-05-22 10:05:37 +01:00
|
|
|
<xi:include href="haskell.xml" />
|
|
|
|
<xi:include href="idris.xml" /> <!-- generated from ../../pkgs/development/idris-modules/README.md -->
|
2015-12-19 15:04:36 +00:00
|
|
|
<xi:include href="java.xml" />
|
|
|
|
<xi:include href="lua.xml" />
|
2016-09-19 21:44:39 +01:00
|
|
|
<xi:include href="node.xml" /> <!-- generated from ../../pkgs/development/node-packages/README.md -->
|
2016-05-22 10:05:37 +01:00
|
|
|
<xi:include href="perl.xml" />
|
|
|
|
<xi:include href="python.xml" />
|
2015-12-19 15:04:36 +00:00
|
|
|
<xi:include href="qt.xml" />
|
2016-05-22 10:05:37 +01:00
|
|
|
<xi:include href="r.xml" /> <!-- generated from ../../pkgs/development/r-modules/README.md -->
|
|
|
|
<xi:include href="ruby.xml" />
|
2016-03-26 09:26:29 +00:00
|
|
|
<xi:include href="texlive.xml" />
|
2016-03-26 16:50:45 +00:00
|
|
|
|
|
|
|
|
2015-12-19 15:04:36 +00:00
|
|
|
</chapter>
|