rPackages.torch: fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user