···4040 # so this removes 1) the popup about it when you first start the program, 2) the option in the settings
4141 # and makes the program always know that it is set up
4242 ./remove-urlscheme-settings.patch
4343+4444+ # Upstream requested that sentry is only to be used with official builds, remove it so it doesn't complain about the lack of DSN
4545+ ./remove-sentry.patch
4346 ];
4447 postPatch = ''
4548 # oslib doesn't seem to do releases and hasn't had a change since 2021, so always use commit d6ee6549bb
···7073 ];
71747275 gradleBuildTask = "application:jpackage";
7373-7474- env = {
7575- # The source no longer contains this, so this has been extracted from the binary releases
7676- SENTRY_DSN = "https://1aacf97280717f749dfc93a1713f9551@o4507814449774592.ingest.de.sentry.io/4507814504759376";
7777- };
78767977 installPhase = ''
8078 runHook preInstall
···4141wget -c $url
4242tar -xzf "pgadmin4-$newest_version.tar.gz"
4343cd "pgadmin4-$newest_version/web"
4444-patch -u yarn.lock ${scriptDir}/mozjpeg.patch
45444645printf "Will now generate the hash. This will download the packages to the nix store and also take some time\n"
4747-yarn-berry-fetcher missing-hashes yarn.lock
4848-if [[ -f missing-hashes.json ]]; then
4646+yarn-berry-fetcher missing-hashes yarn.lock > missing-hashes.json
4747+if [[ $(wc -l <missing-hashes.json) -ge 2 ]]; then
4948 YARN_HASH=$(yarn-berry-fetcher prefetch yarn.lock missing-hashes.json)
5049else
5150 YARN_HASH=$(yarn-berry-fetcher prefetch yarn.lock)
+1
pkgs/top-level/python-aliases.nix
···323323 guzzle_sphinx_theme = guzzle-sphinx-theme; # added 2023-10-16
324324 ha-av = throw "ha-av was removed, because it is no longer maintained"; # added 2022-04-06
325325 HAP-python = hap-python; # added 2021-06-01
326326+ hahomematic = throw "hahomematic has been superseded by aiohomematic"; # added 2025-08-16
326327 hangups = throw "hangups was removed because Google Hangouts has been shut down"; # added 2023-02-13
327328 hbmqtt = throw "hbmqtt was removed because it is no longer maintained"; # added 2021-11-07
328329 hcs_utils = hcs-utils; # added 2024-01-06