summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-06 18:01:28 +0000
committerGitHub <noreply@github.com>2023-09-06 18:01:28 +0000
commitaba6d8043f6da3140bddaa84ddd8b5143a724ac8 (patch)
treeefc6ccd79ace56b52734ab349ad85d0a4a0fd35e /pkgs/applications/office
parent2c665f879ceaad06fcc0f78785dfdc20d38757de (diff)
parentfc63a6d5b3fd7e48ba16774934c6c3d96d0da5c6 (diff)
downloadnixpkgs-aba6d8043f6da3140bddaa84ddd8b5143a724ac8.tar
nixpkgs-aba6d8043f6da3140bddaa84ddd8b5143a724ac8.tar.gz
nixpkgs-aba6d8043f6da3140bddaa84ddd8b5143a724ac8.tar.bz2
nixpkgs-aba6d8043f6da3140bddaa84ddd8b5143a724ac8.tar.lz
nixpkgs-aba6d8043f6da3140bddaa84ddd8b5143a724ac8.tar.xz
nixpkgs-aba6d8043f6da3140bddaa84ddd8b5143a724ac8.tar.zst
nixpkgs-aba6d8043f6da3140bddaa84ddd8b5143a724ac8.zip
Merge staging-next into staging
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/jabref/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/office/jabref/default.nix b/pkgs/applications/office/jabref/default.nix
index 5146353dff4..dffaf794067 100644
--- a/pkgs/applications/office/jabref/default.nix
+++ b/pkgs/applications/office/jabref/default.nix
@@ -93,6 +93,11 @@ stdenv.mkDerivation rec {
         'org.jabref:afterburner.fx:${versionReplace.afterburner.pin}' \
       --replace 'com.tobiasdiez:easybind:${versionReplace.easybind.snapshot}' \
         'com.tobiasdiez:easybind:${versionReplace.easybind.pin}'
+
+    # Disable update check
+    substituteInPlace src/main/java/org/jabref/preferences/JabRefPreferences.java \
+      --replace 'VERSION_CHECK_ENABLED, Boolean.TRUE' \
+        'VERSION_CHECK_ENABLED, Boolean.FALSE'
   '';
 
   preBuild = ''