···23 Examples:
2425 * nginx: init at 2.0.1
26- * firefox: 3.0 -> 3.1.1
27 * nixos/hydra: add bazBaz option
2829 Dual baz behavior is needed to do foo.
···23 Examples:
2425 * nginx: init at 2.0.1
26+ * firefox: 54.0.1 -> 55.0
27 * nixos/hydra: add bazBaz option
2829 Dual baz behavior is needed to do foo.
+2-2
doc/coding-conventions.xml
···365 <varlistentry>
366 <term>If it’s a (set of) <emphasis>tool(s)</emphasis>:</term>
367 <listitem>
368- <para>(A tool is a relatively small program, especially one intented
369 to be used non-interactively.)</para>
370 <variablelist>
371 <varlistentry>
···608</section>
609<section xml:id="sec-sources"><title>Fetching Sources</title>
610 <para>There are multiple ways to fetch a package source in nixpkgs. The
611- general guidline is that you should package sources with a high degree of
612 availability. Right now there is only one fetcher which has mirroring
613 support and that is <literal>fetchurl</literal>. Note that you should also
614 prefer protocols which have a corresponding proxy environment variable.
···365 <varlistentry>
366 <term>If it’s a (set of) <emphasis>tool(s)</emphasis>:</term>
367 <listitem>
368+ <para>(A tool is a relatively small program, especially one intended
369 to be used non-interactively.)</para>
370 <variablelist>
371 <varlistentry>
···608</section>
609<section xml:id="sec-sources"><title>Fetching Sources</title>
610 <para>There are multiple ways to fetch a package source in nixpkgs. The
611+ general guideline is that you should package sources with a high degree of
612 availability. Right now there is only one fetcher which has mirroring
613 support and that is <literal>fetchurl</literal>. Note that you should also
614 prefer protocols which have a corresponding proxy environment variable.
+1-1
doc/languages-frameworks/python.md
···590e.g. the test runner, should be added to `buildInputs`.
591592By default `meta.platforms` is set to the same value
593-as the interpreter unless overriden otherwise.
594595##### `buildPythonPackage` parameters
596
···590e.g. the test runner, should be added to `buildInputs`.
591592By default `meta.platforms` is set to the same value
593+as the interpreter unless overridden otherwise.
594595##### `buildPythonPackage` parameters
596
+1-1
doc/languages-frameworks/rust.md
···17`nix-shell -p rustStable.rustc -p rustStable.cargo`.
1819There are also `rustBeta` and `rustNightly` package sets available.
20-These are not updated very regulary. For daily builds use either rustup from
21nixpkgs or use the [Rust nightlies overlay](#using-the-rust-nightlies-overlay).
2223## Packaging Rust applications
···17`nix-shell -p rustStable.rustc -p rustStable.cargo`.
1819There are also `rustBeta` and `rustNightly` package sets available.
20+These are not updated very regularly. For daily builds use either rustup from
21nixpkgs or use the [Rust nightlies overlay](#using-the-rust-nightlies-overlay).
2223## Packaging Rust applications