rPackages.arcpbf: fixed build

This commit is contained in:
Bruno Rodrigues
2025-03-04 13:29:36 +01:00
parent 5dc7071620
commit fc8a513efa
+5 -1
View File
@@ -498,7 +498,7 @@ let
SAVE = with pkgs; [ zlib bzip2 icu xz pcre ];
salso = [ pkgs.cargo ];
ymd = with pkgs; [ cargo rustc ];
arcpbf = [ pkgs.cargo ];
arcpbf = with pkgs; [ cargo rustc ];
sdcTable = with pkgs; [ gmp glpk ];
seewave = with pkgs; [ fftw.dev libsndfile.dev ];
seqinr = [ pkgs.zlib.dev ];
@@ -1082,6 +1082,10 @@ let
];
});
arcpbf = old.arcpbf.overrideAttrs (attrs: {
postPatch = "patchShebangs configure";
});
stringi = old.stringi.overrideAttrs (attrs: {
postInstall = let
icuName = "icudt52l";