mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
libreoffice: remove deprecated dll (#458653)
This commit is contained in:
commit
6f9a4840df
|
|
@ -222,16 +222,7 @@ let
|
|||
main = importVariant "main.nix";
|
||||
help = importVariant "help.nix";
|
||||
translations = importVariant "translations.nix";
|
||||
deps = (importVariant "deps.nix") ++ [
|
||||
# TODO: Why is this needed?
|
||||
rec {
|
||||
name = "unowinreg.dll";
|
||||
url = "https://dev-www.libreoffice.org/extern/${md5name}";
|
||||
sha256 = "1infwvv1p6i21scywrldsxs22f62x85mns4iq8h6vr6vlx3fdzga";
|
||||
md5 = "185d60944ea767075d27247c3162b3bc";
|
||||
md5name = "${md5}-${name}";
|
||||
}
|
||||
];
|
||||
deps = importVariant "deps.nix";
|
||||
};
|
||||
srcs = {
|
||||
third_party = map (
|
||||
|
|
|
|||
Loading…
Reference in a new issue