rPackages.rtiktoken: fixed build (#368888)

This commit is contained in:
Justin Bedő
2024-12-30 07:22:40 +11:00
committed by GitHub
+8
View File
@@ -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";
});