summary refs log tree commit diff
path: root/doc/languages-frameworks/index.xml
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-12-19 16:04:36 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-12-19 16:08:00 +0100
commitef21e5ee60272df6cb3a9e3ffb7982199051d13e (patch)
treeed15f984ead47cb332956c237503a1e22bdb51a0 /doc/languages-frameworks/index.xml
parentaf6732e5037ef81479f2dfd5e48921b380a80b7a (diff)
downloadnixpkgs-ef21e5ee60272df6cb3a9e3ffb7982199051d13e.tar
nixpkgs-ef21e5ee60272df6cb3a9e3ffb7982199051d13e.tar.gz
nixpkgs-ef21e5ee60272df6cb3a9e3ffb7982199051d13e.tar.bz2
nixpkgs-ef21e5ee60272df6cb3a9e3ffb7982199051d13e.tar.lz
nixpkgs-ef21e5ee60272df6cb3a9e3ffb7982199051d13e.tar.xz
nixpkgs-ef21e5ee60272df6cb3a9e3ffb7982199051d13e.tar.zst
nixpkgs-ef21e5ee60272df6cb3a9e3ffb7982199051d13e.zip
nixpkgs manual: split languages into separate files
There's no change in content except for amending the title of the
section to mention "frameworks", as e.g. I don't consider Qt a language,
and it's likely there will be more of similar cases in future.

To be certain, I checked diff of the generated HTMLs.
Diffstat (limited to 'doc/languages-frameworks/index.xml')
-rw-r--r--doc/languages-frameworks/index.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/languages-frameworks/index.xml b/doc/languages-frameworks/index.xml
new file mode 100644
index 00000000000..9fd79877e83
--- /dev/null
+++ b/doc/languages-frameworks/index.xml
@@ -0,0 +1,42 @@
+<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>
+
+
+<xi:include href="perl.xml" />
+<xi:include href="python.xml" />
+<xi:include href="ruby.xml" />
+<xi:include href="go.xml" />
+<xi:include href="java.xml" />
+<xi:include href="lua.xml" />
+<xi:include href="coq.xml" />
+<xi:include href="qt.xml" />
+
+
+<!--
+<section><title>Haskell</title>
+
+<para>TODO</para>
+
+</section>
+
+
+<section><title>TeX / LaTeX</title>
+
+<para>* Special support for building TeX documents</para>
+
+</section>
+-->
+
+
+</chapter>