mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
haskell-docs: Fix typo in function name
This commit is contained in:
parent
d5b3fbc677
commit
a4f9ea332a
@ -1029,7 +1029,7 @@ ugly, and we may want to deprecate them at some point. -->
|
||||
`disableCabalFlag flag drv`
|
||||
: Makes sure that the Cabal flag `flag` is disabled in Cabal's configure step.
|
||||
|
||||
`appendBuildflags list drv`
|
||||
`appendBuildFlags list drv`
|
||||
: Adds the strings in `list` to the `buildFlags` argument for `drv`.
|
||||
|
||||
<!-- TODO(@sternenseemann): removeConfigureFlag -->
|
||||
|
Loading…
Reference in New Issue
Block a user