Unverified Commit bc592fb8 authored by Justin Bedo's avatar Justin Bedo
Browse files

rPackages.torch: fix build

parent 4ef0369f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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