mirror of
https://github.com/srid/rib.git
synced 2024-11-23 03:42:07 +03:00
Document the limitation of additional-packages
This commit is contained in:
parent
1bf1d55dc5
commit
79f05ab318
@ -72,7 +72,10 @@ pkgs.haskellPackages.developPackage {
|
||||
[ cabal-install
|
||||
ghcid
|
||||
]
|
||||
# TODO: additional packages should be available in `nix-build` as well.
|
||||
# Additional packages would be available in `nix-build` as well, only
|
||||
# as long as the built executable references it. When using as a
|
||||
# Haskell library, however, you will have to override the package and
|
||||
# add it to propagateBuildInputs (see neuron for an example).
|
||||
++ additional-packages pkgs
|
||||
# Shake recommends fsatrace, but it requires system configuration on
|
||||
# macOS.
|
||||
|
Loading…
Reference in New Issue
Block a user