Merge pull request #76653 from alexarice/agda-rework

Agda rework
This commit is contained in:
Dmitry Kalinkin
2020-05-14 18:02:50 -04:00
committed by GitHub
20 changed files with 294 additions and 578 deletions
+1
View File
@@ -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" />