rPackages.textshaping: fix build on darwin
This commit is contained in:
parent
60a494b481
commit
19b7602cbd
1 changed files with 4 additions and 0 deletions
|
@ -1336,6 +1336,10 @@ let
|
|||
rhdf5= old.rhdf5.overrideAttrs (attrs: {
|
||||
patches = [ ./patches/rhdf5.patch ];
|
||||
});
|
||||
|
||||
textshaping = old.textshaping.overrideAttrs (attrs: {
|
||||
env.NIX_LDFLAGS = "-lfribidi -lharfbuzz";
|
||||
});
|
||||
};
|
||||
in
|
||||
self
|
||||
|
|
Loading…
Reference in a new issue