aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/expressions/simple-expression.xml
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-07-24 11:43:44 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-07-24 11:43:44 +0200
commit8d0b311a1ccd0aef49c6f272aad4ecb5105b285a (patch)
tree98869179b5348d99f846b7ae74a2cf8d6362c18f /doc/manual/expressions/simple-expression.xml
parenta71d1cedffe17ea4dd6a48c12cf5b9323ca6114c (diff)
Get rid of footnotes
Markdown doesn't support them.
Diffstat (limited to 'doc/manual/expressions/simple-expression.xml')
-rw-r--r--doc/manual/expressions/simple-expression.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/manual/expressions/simple-expression.xml b/doc/manual/expressions/simple-expression.xml
index 29fd872ee..ad97220a8 100644
--- a/doc/manual/expressions/simple-expression.xml
+++ b/doc/manual/expressions/simple-expression.xml
@@ -21,10 +21,9 @@ need to do three things:
such as dependencies, sources, and so on.</para></listitem>
<listitem><para>Write a <emphasis>builder</emphasis>. This is a
- shell script<footnote><para>In fact, it can be written in any
- language, but typically it's a <command>bash</command> shell
- script.</para></footnote> that actually builds the package from
- the inputs.</para></listitem>
+ shell script that builds the package from the inputs. (In fact, it
+ can be written in any language, but typically it's a
+ <command>bash</command> shell script.)</para></listitem>
<listitem><para>Add the package to the file
<filename>pkgs/top-level/all-packages.nix</filename>. The Nix