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:
parent
d213b12223
commit
5d13f3f4e9
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue