mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
rPackages.waysign: fix build
This commit is contained in:
@@ -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";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user