Unverified Commit b5c19dd4 authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

rPackages.rtiktoken: fixed build (#368888)

parents 80c60e68 e3e65b59
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1173,6 +1173,14 @@ let
      postPatch = "patchShebangs configure";
    });

   rtiktoken = old.rtiktoken.overrideAttrs (attrs: {
      postPatch = "patchShebangs configure";
      nativeBuildInputs = attrs.nativeBuildInputs ++ [
        pkgs.cargo
        pkgs.rustc
      ];
    });

    purrr = old.purrr.overrideAttrs (attrs: {
      patchPhase = "patchShebangs configure";
    });