rPackages.arcpbf: fixed build
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user