rPackages.torch: fix build
This commit is contained in:
parent
4ef0369ff2
commit
bc592fb843
1 changed files with 6 additions and 0 deletions
|
@ -1341,6 +1341,12 @@ let
|
|||
textshaping = old.textshaping.overrideAttrs (attrs: {
|
||||
env.NIX_LDFLAGS = "-lfribidi -lharfbuzz";
|
||||
});
|
||||
|
||||
torch = old.torch.overrideAttrs (attrs: {
|
||||
preConfigure = ''
|
||||
patchShebangs configure
|
||||
'';
|
||||
});
|
||||
};
|
||||
in
|
||||
self
|
||||
|
|
Loading…
Reference in a new issue