rPackages.rtiktoken: fixed build (#368888)
This commit is contained in:
@@ -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";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user