···2323 Examples:
24242525 * nginx: init at 2.0.1
2626- * firefox: 3.0 -> 3.1.1
2626+ * firefox: 54.0.1 -> 55.0
2727 * nixos/hydra: add bazBaz option
28282929 Dual baz behavior is needed to do foo.
+2-2
doc/coding-conventions.xml
···365365 <varlistentry>
366366 <term>If it’s a (set of) <emphasis>tool(s)</emphasis>:</term>
367367 <listitem>
368368- <para>(A tool is a relatively small program, especially one intented
368368+ <para>(A tool is a relatively small program, especially one intended
369369 to be used non-interactively.)</para>
370370 <variablelist>
371371 <varlistentry>
···608608</section>
609609<section xml:id="sec-sources"><title>Fetching Sources</title>
610610 <para>There are multiple ways to fetch a package source in nixpkgs. The
611611- general guidline is that you should package sources with a high degree of
611611+ general guideline is that you should package sources with a high degree of
612612 availability. Right now there is only one fetcher which has mirroring
613613 support and that is <literal>fetchurl</literal>. Note that you should also
614614 prefer protocols which have a corresponding proxy environment variable.
+1-1
doc/languages-frameworks/python.md
···590590e.g. the test runner, should be added to `buildInputs`.
591591592592By default `meta.platforms` is set to the same value
593593-as the interpreter unless overriden otherwise.
593593+as the interpreter unless overridden otherwise.
594594595595##### `buildPythonPackage` parameters
596596
+1-1
doc/languages-frameworks/rust.md
···1717`nix-shell -p rustStable.rustc -p rustStable.cargo`.
18181919There are also `rustBeta` and `rustNightly` package sets available.
2020-These are not updated very regulary. For daily builds use either rustup from
2020+These are not updated very regularly. For daily builds use either rustup from
2121nixpkgs or use the [Rust nightlies overlay](#using-the-rust-nightlies-overlay).
22222323## Packaging Rust applications