about summary refs log tree commit diff
path: root/pkgs/applications/video/mkvtoolnix
diff options
context:
space:
mode:
authorAndrew Marshall <andrew@johnandrewmarshall.com>2023-08-29 13:55:02 -0400
committerAndrew Marshall <andrew@johnandrewmarshall.com>2023-08-29 13:55:02 -0400
commit5d13f3f4e9822e068181d5186308122190793cd0 (patch)
tree76303502e3e7be846faec54531938ff915c3cd71 /pkgs/applications/video/mkvtoolnix
parentd213b1222383beeb7bd5005ac2710a1928f0e21c (diff)
mkvtoolnix: disable update check
Downloading via the update check is probably nonsensical if installed
via Nix, and removing telemetry is generally good.
Diffstat (limited to 'pkgs/applications/video/mkvtoolnix')
-rw-r--r--pkgs/applications/video/mkvtoolnix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/video/mkvtoolnix/default.nix b/pkgs/applications/video/mkvtoolnix/default.nix
index 0f5b7ca7a0706..45a23ca7deb66 100644
--- a/pkgs/applications/video/mkvtoolnix/default.nix
+++ b/pkgs/applications/video/mkvtoolnix/default.nix
@@ -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"