summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-09-09 22:14:24 +0200
committersternenseemann <sternenseemann@systemli.org>2022-09-09 22:14:24 +0200
commit12b8d0ddc07a4efcf4d2f4f89a0aa9f2f554f2ca (patch)
treefb041858774f06b0e6e32ecafc9537f9269aa0da
parentshellFor subsection (diff)
downloadnixpkgs-12b8d0ddc07a4efcf4d2f4f89a0aa9f2f554f2ca.tar.gz
fix addPkgconfigDepends spellingorigin/haskell-nixpkgs-manual
-rw-r--r--doc/languages-frameworks/haskell.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/haskell.section.md b/doc/languages-frameworks/haskell.section.md
index 1156c471d00f..0f4e6aaca3a5 100644
--- a/doc/languages-frameworks/haskell.section.md
+++ b/doc/languages-frameworks/haskell.section.md
@@ -822,7 +822,7 @@ ugly, and we may want to deprecate them at some point. -->
`addTestToolDepends list drv`
: Adds the `list` of derivations to the `testToolDepends` argument for `drv`.
-`addPkgConfigDepends list drv`
+`addPkgconfigDepends list drv`
: Adds the `list` of derivations to the `pkg-configDepends` argument for `drv`.
`addSetupDepends list drv`