rPackages.h3o: fix build (#457917)
This commit is contained in:
@@ -547,6 +547,10 @@ let
|
||||
gsl = [ pkgs.gsl ];
|
||||
gslnls = [ pkgs.gsl ];
|
||||
gert = [ pkgs.libgit2 ];
|
||||
h3o = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
];
|
||||
haven = with pkgs; [ zlib.dev ];
|
||||
hellorust = [ pkgs.cargo ];
|
||||
hgwrr = [ pkgs.gsl ];
|
||||
@@ -1821,6 +1825,10 @@ let
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
h3o = old.h3o.overrideAttrs (attrs: {
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
rshift = old.rshift.overrideAttrs (attrs: {
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user