about summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authorAlyssa Ross <alyssa.ross@unikie.com>2022-11-15 12:33:25 +0000
committerAlyssa Ross <hi@alyssa.is>2023-03-11 21:39:29 +0000
commite636a55c15e09f4582a21cc8e32dafe653e64312 (patch)
treec3be261d60901307734d6443237d4a5e933def11 /doc/builders
parent23e999fd9b98ba85a931bc8fe7f113fd235fb958 (diff)
downloadnixlib-e636a55c15e09f4582a21cc8e32dafe653e64312.tar
nixlib-e636a55c15e09f4582a21cc8e32dafe653e64312.tar.gz
nixlib-e636a55c15e09f4582a21cc8e32dafe653e64312.tar.bz2
nixlib-e636a55c15e09f4582a21cc8e32dafe653e64312.tar.lz
nixlib-e636a55c15e09f4582a21cc8e32dafe653e64312.tar.xz
nixlib-e636a55c15e09f4582a21cc8e32dafe653e64312.tar.zst
nixlib-e636a55c15e09f4582a21cc8e32dafe653e64312.zip
doc: document fetchpatch's decode argument
Diffstat (limited to 'doc/builders')
-rw-r--r--doc/builders/fetchers.chapter.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/builders/fetchers.chapter.md b/doc/builders/fetchers.chapter.md
index 551df86a58f4..ecff01894840 100644
--- a/doc/builders/fetchers.chapter.md
+++ b/doc/builders/fetchers.chapter.md
@@ -71,6 +71,7 @@ The main difference between `fetchurl` and `fetchzip` is in how they store the c
 
 - `relative`: Similar to using `git-diff`'s `--relative` flag, only keep changes inside the specified directory, making paths relative to it.
 - `stripLen`: Remove the first `stripLen` components of pathnames in the patch.
+- `decode`: Pipe the downloaded data through this command before processing it as a patch.
 - `extraPrefix`: Prefix pathnames by this string.
 - `excludes`: Exclude files matching these patterns (applies after the above arguments).
 - `includes`: Include only files matching these patterns (applies after the above arguments).