mkvtoolnix: disable update check

Downloading via the update check is probably nonsensical if installed
via Nix, and removing telemetry is generally good.
This commit is contained in:
Andrew Marshall 2023-08-29 13:55:02 -04:00
parent d213b12223
commit 5d13f3f4e9

View File

@ -101,6 +101,7 @@ stdenv.mkDerivation rec {
"--disable-precompiled-headers"
"--disable-profiling"
"--disable-static-qt"
"--disable-update-check"
"--enable-optimization"
"--with-boost-libdir=${lib.getLib boost}/lib"
"--with-docbook-xsl-root=${docbook_xsl}/share/xml/docbook-xsl"