rPackages.libdeflate: fix build
This commit is contained in:
@@ -609,6 +609,7 @@ let
|
||||
cargo
|
||||
rustc
|
||||
];
|
||||
libdeflate = [ pkgs.cmake ];
|
||||
LOMAR = [ pkgs.gmp.dev ];
|
||||
littler = [ pkgs.libdeflate ];
|
||||
lpsymphony = with pkgs; [
|
||||
@@ -2127,6 +2128,10 @@ let
|
||||
hardeningDisable = [ "format" ];
|
||||
});
|
||||
|
||||
libdeflate = old.libdeflate.overrideAttrs (attrs: {
|
||||
postPatch = "patchShebangs configure";
|
||||
});
|
||||
|
||||
MANOR = old.MANOR.overrideAttrs (attrs: {
|
||||
hardeningDisable = [ "format" ];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user