rPackages.timeless: fixed build (#353706)

This commit is contained in:
Justin Bedő
2024-11-07 07:15:38 +11:00
committed by GitHub
+2 -1
View File
@@ -1055,10 +1055,11 @@ let
});
timeless = old.timeless.overrideAttrs (attrs: {
preConfigure = "patchShebangs configure";
cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
src = attrs.src;
sourceRoot = "timeless/src/rust";
hash = "sha256-n0/52CV3NzWe7T3N6VoaURMxWrnqeYaUMPKkUy+LRQs=";
hash = "sha256-AccuRY3lfTXzaMnaYieKCEJErKo5132oSXgILbFhePI=";
};
cargoRoot = "src/rust";