Merge pull request #178147 from hqurve/r-gifksi
rPackages.gifski: fix build
This commit is contained in:
commit
e70a58eb4f
1 changed files with 16 additions and 0 deletions
|
@ -938,6 +938,22 @@ let
|
|||
];
|
||||
|
||||
otherOverrides = old: new: {
|
||||
gifski = old.gifski.overrideDerivation (attrs: {
|
||||
cargoDeps = pkgs.rustPlatform.fetchCargoTarball {
|
||||
src = attrs.src;
|
||||
sourceRoot = "gifski/src/myrustlib";
|
||||
hash = "sha256-vBrTQ+5JZA8554Aasbqw7mbaOfJNQjrOpG00IXAcamI=";
|
||||
};
|
||||
|
||||
cargoRoot = "src/myrustlib";
|
||||
|
||||
nativeBuildInputs = attrs.nativeBuildInputs ++ [
|
||||
pkgs.rustPlatform.cargoSetupHook
|
||||
pkgs.cargo
|
||||
pkgs.rustc
|
||||
];
|
||||
});
|
||||
|
||||
stringi = old.stringi.overrideDerivation (attrs: {
|
||||
postInstall = let
|
||||
icuName = "icudt52l";
|
||||
|
|
Loading…
Reference in a new issue