Compare commits
2 Commits
352bf8c286
...
7bbba202af
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7bbba202af | ||
|
|
209f674541 |
@ -19,6 +19,8 @@
|
|||||||
};
|
};
|
||||||
overrides = [
|
overrides = [
|
||||||
({ pkgs, ... }: {
|
({ pkgs, ... }: {
|
||||||
|
# TODO get this upstreamed:
|
||||||
|
# https://input-output-hk.github.io/haskell.nix/tutorials/pkg-map.html#mapping-in-haskellnix
|
||||||
packages.libclang-bindings.components.library = {
|
packages.libclang-bindings.components.library = {
|
||||||
build-tools = [ pkgs.llvmPackages.llvm ];
|
build-tools = [ pkgs.llvmPackages.llvm ];
|
||||||
libs = [ pkgs.llvmPackages.libclang ];
|
libs = [ pkgs.llvmPackages.libclang ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user