summary refs log tree commit diff
path: root/doc/languages-frameworks/index.xml
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2020-05-14 18:02:50 -0400
committerGitHub <noreply@github.com>2020-05-14 18:02:50 -0400
commit9943fd1a1daa270848299a1069706c7b8ede5bb1 (patch)
tree2ce896463bff642f54f30388832ded159e586ca5 /doc/languages-frameworks/index.xml
parentefdeb1a0deb0df4f2621b1d9e6fb2e964fce3848 (diff)
parent8ee4c3698c573e76cdb6617356ef21a3013a18ae (diff)
downloadnixpkgs-9943fd1a1daa270848299a1069706c7b8ede5bb1.tar
nixpkgs-9943fd1a1daa270848299a1069706c7b8ede5bb1.tar.gz
nixpkgs-9943fd1a1daa270848299a1069706c7b8ede5bb1.tar.bz2
nixpkgs-9943fd1a1daa270848299a1069706c7b8ede5bb1.tar.lz
nixpkgs-9943fd1a1daa270848299a1069706c7b8ede5bb1.tar.xz
nixpkgs-9943fd1a1daa270848299a1069706c7b8ede5bb1.tar.zst
nixpkgs-9943fd1a1daa270848299a1069706c7b8ede5bb1.zip
Merge pull request #76653 from alexarice/agda-rework
Agda rework
Diffstat (limited to 'doc/languages-frameworks/index.xml')
-rw-r--r--doc/languages-frameworks/index.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages-frameworks/index.xml b/doc/languages-frameworks/index.xml
index a6f56d791c5..2414956995c 100644
--- a/doc/languages-frameworks/index.xml
+++ b/doc/languages-frameworks/index.xml
@@ -5,6 +5,7 @@
  <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="agda.section.xml" />
  <xi:include href="android.section.xml" />
  <xi:include href="beam.xml" />
  <xi:include href="bower.xml" />