jabref: disable check update

linsui 668ba741 0bffda19

+5
+5
pkgs/applications/office/jabref/default.nix
··· 93 93 'org.jabref:afterburner.fx:${versionReplace.afterburner.pin}' \ 94 94 --replace 'com.tobiasdiez:easybind:${versionReplace.easybind.snapshot}' \ 95 95 'com.tobiasdiez:easybind:${versionReplace.easybind.pin}' 96 + 97 + # Disable update check 98 + substituteInPlace src/main/java/org/jabref/preferences/JabRefPreferences.java \ 99 + --replace 'VERSION_CHECK_ENABLED, Boolean.TRUE' \ 100 + 'VERSION_CHECK_ENABLED, Boolean.FALSE' 96 101 ''; 97 102 98 103 preBuild = ''