libreoffice: remove deprecated dll (#458653)

This commit is contained in:
7c6f434c 2025-11-05 23:00:19 +00:00 committed by GitHub
commit 6f9a4840df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 (