Skip to content

Commit

Permalink
rPackages.timeless: fixed build (#353706)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedo authored Nov 6, 2024
2 parents 3ac8826 + c4c7d04 commit 809c418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/r-modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 809c418

Please sign in to comment.