···11-WGET_ARGS=( https://download.kde.org/stable/release-service/22.12.0/src -A '*.tar.xz' )
11+WGET_ARGS=( https://download.kde.org/stable/release-service/22.12.1/src -A '*.tar.xz' )
···11-WGET_ARGS=( https://download.kde.org/stable/plasma/5.26.4/ -A '*.tar.xz' )
11+WGET_ARGS=( https://download.kde.org/stable/plasma/5.26.5/ -A '*.tar.xz' )
···11{ stdenv, lib, stdenvNoCC
22-, pkgsBuildBuild, pkgsBuildHost, pkgsBuildTarget, pkgsHostHost, pkgsTargetTarget
33-, buildPackages, splicePackages, newScope
22+, makeScopeWithSplicing, generateSplicesForMkScope
33+, buildPackages
44, bsdSetupHook, makeSetupHook, fetchcvs, groff, mandoc, byacc, flex
55, zlib
66, writeShellScript, writeText, runtimeShell, symlinkJoin
···2020 name = "netbsd-setup-hook";
2121 } ./setup-hook.sh;
22222323- otherSplices = {
2424- selfBuildBuild = pkgsBuildBuild.netbsd;
2525- selfBuildHost = pkgsBuildHost.netbsd;
2626- selfBuildTarget = pkgsBuildTarget.netbsd;
2727- selfHostHost = pkgsHostHost.netbsd;
2828- selfTargetTarget = pkgsTargetTarget.netbsd or {}; # might be missing
2929- };
3030-3123 defaultMakeFlags = [
3224 "MKSOFTFLOAT=${if stdenv.hostPlatform.gcc.float or (stdenv.hostPlatform.parsed.abi.float or "hard") == "soft"
3325 then "yes"
3426 else "no"}"
3527 ];
36283737-in lib.makeScopeWithSplicing
3838- splicePackages
3939- newScope
4040- otherSplices
2929+in makeScopeWithSplicing
3030+ (generateSplicesForMkScope "netbsd")
4131 (_: {})
4232 (_: {})
4333 (self: let
···46364737 # Why do we have splicing and yet do `nativeBuildInputs = with self; ...`?
4838 #
4949- # We use `lib.makeScopeWithSplicing` because this should be used for all
3939+ # We use `makeScopeWithSplicing` because this should be used for all
5040 # nested package sets which support cross, so the inner `callPackage` works
5141 # correctly. But for the inline packages we don't bother to use
5242 # `callPackage`.
···959959 monero = monero-cli; # Added 2021-11-28
960960 mongodb-3_4 = throw "mongodb-3_4 has been removed, it's end of life since January 2020"; # Added 2022-11-30
961961 mongodb-3_6 = throw "mongodb-3_6 has been removed, it's end of life since April 2021"; # Added 2022-11-30
962962+ mongodb-4_0 = throw "mongodb-4_0 has been removed, it's end of life since April 2022"; # Added 2023-01-05
962963 monodevelop = throw "monodevelop has been removed from nixpkgs"; # Added 2022-01-15
963964 mopidy-gmusic = throw "mopidy-gmusic has been removed because Google Play Music was discontinued"; # Added 2021-03-07
964965 mopidy-local-images = throw "mopidy-local-images has been removed as it's unmaintained. Its functionality has been merged into the mopidy-local extension"; # Added 2020-10-18
···14581459 surf-webkit2 = throw "'surf-webkit2' has been renamed to/replaced by 'surf'"; # Converted to throw 2022-02-22
14591460 swec = throw "swec has been removed; broken and abandoned upstream"; # Added 2021-10-14
14601461 sweep-visualizer = throw "'sweep-visualizer' is abondoned upstream and depends on deprecated GNOME2/GTK2"; # Added 2022-06-15
14621462+ swift-im = throw "swift-im has been removed as it is unmaintained and depends on deprecated Python 2 / Qt WebKit"; # Added 2023-01-06
14611463 swfdec = throw "swfdec has been removed as broken and unmaintained"; # Added 2020-08-23
14621464 swtpm-tpm2 = swtpm; # Added 2021-02-26
14631465 syncthing-cli = syncthing; # Added 2021-04-06