File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -662,7 +662,9 @@ src = fetchFromGitHub {
662
662
663
663
<section xml : id =" sec-patches" ><title >Patches</title >
664
664
<para >Only patches that are unique to <literal >nixpkgs</literal > should be
665
- included in <literal >nixpkgs</literal > source.</para >
665
+ included in <literal >nixpkgs</literal > source. For further information about
666
+ patches refer to the <link xlink : href =" https://en.wikipedia.org/wiki/Patch_%28Unix%29" >
667
+ Wikipedia article</link >.</para >
666
668
<para >Patches available online should be retrieved using
667
669
<literal >fetchpatch</literal >.</para >
668
670
<para >
Original file line number Diff line number Diff line change @@ -532,10 +532,11 @@ Additional file types can be supported by setting the
532
532
533
533
<varlistentry >
534
534
<term ><varname >patches</varname ></term >
535
- <listitem ><para >The list of patches. They must be in the format
536
- accepted by the <command >patch</command > command, and may
537
- optionally be compressed using <command >gzip</command >
538
- (<filename >.gz</filename >), <command >bzip2</command >
535
+ <listitem ><para >The list of patches. They must be in the format
536
+ accepted by the <command >patch</command > command (for further information
537
+ refer to the <link xlink : href =" https://en.wikipedia.org/wiki/Patch_%28Unix%29" >
538
+ Wikipedia article</link >), and may optionally be compressed using
539
+ <command >gzip</command > (<filename >.gz</filename >), <command >bzip2</command >
539
540
(<filename >.bz2</filename >) or <command >xz</command >
540
541
(<filename >.xz</filename >).</para ></listitem >
541
542
</varlistentry >
You can’t perform that action at this time.
0 commit comments