rPackages.waysign: fix build

This commit is contained in:
Justin Bedo
2026-03-18 18:32:00 +11:00
parent 0cbb570b0a
commit e7ad2cea5c

View File

@@ -531,6 +531,10 @@ let
cargo
rustc
];
waysign = with pkgs; [
cargo
rustc
];
fftw = [ pkgs.fftw.dev ];
fftwtools = with pkgs; [
fftw.dev
@@ -2253,6 +2257,10 @@ let
];
});
waysign = old.waysign.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
purrr = old.purrr.overrideAttrs (attrs: {
patchPhase = "patchShebangs configure";
});