+12
maintainers/maintainer-list.nix
+12
maintainers/maintainer-list.nix
······
+22
-1
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
+22
-1
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
······
+5
nixos/doc/manual/release-notes/rl-2205.section.md
+5
nixos/doc/manual/release-notes/rl-2205.section.md
···- `pkgs.claws-mail-gtk2`, representing Claws Mail's older release version three, was removed in order to get rid of Python 2.Please switch to `claws-mail`, which is Claws Mail's latest release based on GTK+3 and Python 3.+- The `writers.writePython2` and corresponding `writers.writePython2Bin` convenience functions to create executable Python 2 scripts in the store were removed in preparation of removal of the Python 2 interpreter.+Scripts have to be converted to Python 3 for use with `writers.writePython3` or `writers.writePyPy2` needs to be used.···+- The `writers.writePyPy2`/`writers.writePyPy3` and corresponding `writers.writePyPy2Bin`/`writers.writePyPy3Bin` convenience functions to create executable Python 2/3 scripts using the PyPy interpreter were added.
+1
nixos/modules/services/web-apps/youtrack.nix
+1
nixos/modules/services/web-apps/youtrack.nix
···ExecStart = ''${cfg.package}/bin/youtrack --J-Xmx${cfg.maxMemory} --J-XX:MaxMetaspaceSize=${cfg.maxMetaspaceSize} ${cfg.jvmOpts} ${cfg.address}:${toString cfg.port}'';
+3
-3
pkgs/applications/audio/ncspot/default.nix
+3
-3
pkgs/applications/audio/ncspot/default.nix
···
+15
-1
pkgs/applications/audio/pamix/default.nix
+15
-1
pkgs/applications/audio/pamix/default.nix
······+url = "https://github.com/patroclos/PAmix/commit/3400b9c048706c572373e4617b4d5fcdb8dd2505.patch";+url = "https://github.com/patroclos/PAmix/commit/5ef67fc5ef6fc0dc0b48ff07ba48093881561d9c.patch";
+3
-3
pkgs/applications/audio/spotifyd/default.nix
+3
-3
pkgs/applications/audio/spotifyd/default.nix
···
+31
-20
pkgs/applications/editors/code-browser/default.nix
+31
-20
pkgs/applications/editors/code-browser/default.nix
···
+6
-6
pkgs/applications/editors/vscode/vscode.nix
+6
-6
pkgs/applications/editors/vscode/vscode.nix
···
+5
-5
pkgs/applications/editors/vscode/vscodium.nix
+5
-5
pkgs/applications/editors/vscode/vscodium.nix
······
+2
-2
pkgs/applications/misc/grip/default.nix
+2
-2
pkgs/applications/misc/grip/default.nix
···
+2
-2
pkgs/applications/misc/masterpdfeditor/default.nix
+2
-2
pkgs/applications/misc/masterpdfeditor/default.nix
···
+2
-2
pkgs/applications/networking/browsers/brave/default.nix
+2
-2
pkgs/applications/networking/browsers/brave/default.nix
···url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
+5
-5
pkgs/applications/networking/browsers/chromium/upstream-info.json
+5
-5
pkgs/applications/networking/browsers/chromium/upstream-info.json
······
+8
-3
pkgs/applications/networking/browsers/opera/default.nix
+8
-3
pkgs/applications/networking/browsers/opera/default.nix
·········
+2
-2
pkgs/applications/networking/browsers/palemoon/default.nix
+2
-2
pkgs/applications/networking/browsers/palemoon/default.nix
···
+4
-4
pkgs/applications/networking/cluster/fluxcd/default.nix
+4
-4
pkgs/applications/networking/cluster/fluxcd/default.nix
······
+2
-2
pkgs/applications/networking/cluster/k9s/default.nix
+2
-2
pkgs/applications/networking/cluster/k9s/default.nix
···
+3
-3
pkgs/applications/networking/cluster/rancher/default.nix
+3
-3
pkgs/applications/networking/cluster/rancher/default.nix
······
+2
-2
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
+2
-2
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
······url = "https://updates.signal.org/desktop/apt/pool/main/s/signal-desktop/signal-desktop_${version}_amd64.deb";
+2
-2
pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
+2
-2
pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
······"https://mirror.cs.uchicago.edu/skype/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb""https://web.archive.org/web/https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_${version}_amd64.deb"
+3
-3
pkgs/applications/radio/gqrx/default.nix
+3
-3
pkgs/applications/radio/gqrx/default.nix
···
+40
pkgs/applications/science/biology/subread/default.nix
+40
pkgs/applications/science/biology/subread/default.nix
···
+3
-3
pkgs/applications/virtualization/cloud-hypervisor/default.nix
+3
-3
pkgs/applications/virtualization/cloud-hypervisor/default.nix
···
+2
-2
pkgs/applications/virtualization/docker-slim/default.nix
+2
-2
pkgs/applications/virtualization/docker-slim/default.nix
······
+35
pkgs/build-support/writers/aliases.nix
+35
pkgs/build-support/writers/aliases.nix
···
+33
-10
pkgs/build-support/writers/default.nix
+33
-10
pkgs/build-support/writers/default.nix
·········-# writePython2Bin takes the same arguments as writePython2 but outputs a directory (like writeScriptBin)+# writePyPy2Bin takes the same arguments as writePyPy2 but outputs a directory (like writeScriptBin)···# writePython3Bin takes the same arguments as writePython3 but outputs a directory (like writeScriptBin)+# writePyPy3Bin takes the same arguments as writePyPy3 but outputs a directory (like writeScriptBin)
+27
-4
pkgs/build-support/writers/test.nix
+27
-4
pkgs/build-support/writers/test.nix
······-python2 = writePython2Bin "test-writers-python2-bin" { libraries = [ python2Packages.enum ]; } ''·········
+4
-6
pkgs/desktops/pantheon/apps/elementary-dock/default.nix
+4
-6
pkgs/desktops/pantheon/apps/elementary-dock/default.nix
···
+2
-2
pkgs/development/beam-modules/hex/default.nix
+2
-2
pkgs/development/beam-modules/hex/default.nix
···
+2
-3
pkgs/development/compilers/copper/default.nix
+2
-3
pkgs/development/compilers/copper/default.nix
···
+7
-3
pkgs/development/compilers/dotnet/build-dotnet.nix
+7
-3
pkgs/development/compilers/dotnet/build-dotnet.nix
·········-find $out -type f -name "apphost" -exec patchelf --set-interpreter "${stdenv.cc.bintools.dynamicLinker}" --set-rpath '$ORIGIN:${rpath}' {} \;+find $out -type f \( -name "apphost" -or -name "createdump" \) -exec patchelf --set-interpreter "${stdenv.cc.bintools.dynamicLinker}" --set-rpath '$ORIGIN:${rpath}' {} \;
+1
-1
pkgs/development/compilers/ldc/generic.nix
+1
-1
pkgs/development/compilers/ldc/generic.nix
···
+6
-3
pkgs/development/haskell-modules/configuration-nix.nix
+6
-3
pkgs/development/haskell-modules/configuration-nix.nix
···+sed -i -e 's|\[abc, boolector, cvc4, mathSAT, yices, z3, dReal\]|[abc, boolector, yices, z3]|' SBVTestSuite/SBVConnectionTest.hssed -i -e 's|\[abc, boolector, cvc4, mathSAT, yices, z3, dReal\]|[abc, boolector, cvc4, yices, z3]|' SBVTestSuite/SBVConnectionTest.hs
+1
pkgs/development/interpreters/php/generic.nix
+1
pkgs/development/interpreters/php/generic.nix
+3
-2
pkgs/development/libraries/libff/default.nix
+3
-2
pkgs/development/libraries/libff/default.nix
······
+2
-2
pkgs/development/libraries/openssl/default.nix
+2
-2
pkgs/development/libraries/openssl/default.nix
···
+15
-15
pkgs/development/libraries/physics/geant4/datasets.nix
+15
-15
pkgs/development/libraries/physics/geant4/datasets.nix
···
+4
-14
pkgs/development/libraries/physics/geant4/default.nix
+4
-14
pkgs/development/libraries/physics/geant4/default.nix
······
+2
-2
pkgs/development/libraries/spglib/default.nix
+2
-2
pkgs/development/libraries/spglib/default.nix
···
+2
-2
pkgs/development/ocaml-modules/mdx/default.nix
+2
-2
pkgs/development/ocaml-modules/mdx/default.nix
···url = "https://github.com/realworldocaml/mdx/releases/download/${version}/mdx-${version}.tbz";
+2
-2
pkgs/development/ocaml-modules/mirage/runtime.nix
+2
-2
pkgs/development/ocaml-modules/mirage/runtime.nix
······url = "https://github.com/mirage/mirage/releases/download/v${version}/mirage-v${version}.tbz";
+2
-2
pkgs/development/ocaml-modules/sha/default.nix
+2
-2
pkgs/development/ocaml-modules/sha/default.nix
···url = "https://github.com/djs55/ocaml-${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
+3
-3
pkgs/development/ocaml-modules/wayland/default.nix
+3
-3
pkgs/development/ocaml-modules/wayland/default.nix
···-url = "https://github.com/talex5/ocaml-wayland/releases/download/v${version}/wayland-v${version}.tbz";+url = "https://github.com/talex5/ocaml-wayland/releases/download/v${version}/wayland-${version}.tbz";
+4
-2
pkgs/development/ocaml-modules/yaml/default.nix
+4
-2
pkgs/development/ocaml-modules/yaml/default.nix
······
+2
-2
pkgs/development/python-modules/adafruit-platformdetect/default.nix
+2
-2
pkgs/development/python-modules/adafruit-platformdetect/default.nix
···
+2
-2
pkgs/development/python-modules/aiostream/default.nix
+2
-2
pkgs/development/python-modules/aiostream/default.nix
···
+2
-2
pkgs/development/python-modules/casbin/default.nix
+2
-2
pkgs/development/python-modules/casbin/default.nix
······
+40
pkgs/development/python-modules/fastcore/default.nix
+40
pkgs/development/python-modules/fastcore/default.nix
···
+2
-2
pkgs/development/python-modules/flask-appbuilder/default.nix
+2
-2
pkgs/development/python-modules/flask-appbuilder/default.nix
···
+42
pkgs/development/python-modules/ghapi/default.nix
+42
pkgs/development/python-modules/ghapi/default.nix
···
+2
-2
pkgs/development/python-modules/manimpango/default.nix
+2
-2
pkgs/development/python-modules/manimpango/default.nix
···
+2
-2
pkgs/development/python-modules/open-meteo/default.nix
+2
-2
pkgs/development/python-modules/open-meteo/default.nix
······
+5
-3
pkgs/development/python-modules/pint/default.nix
+5
-3
pkgs/development/python-modules/pint/default.nix
············
+2
-2
pkgs/development/python-modules/pychromecast/default.nix
+2
-2
pkgs/development/python-modules/pychromecast/default.nix
······
+2
-2
pkgs/development/python-modules/somajo/default.nix
+2
-2
pkgs/development/python-modules/somajo/default.nix
···
+2
-2
pkgs/development/python-modules/tailscale/default.nix
+2
-2
pkgs/development/python-modules/tailscale/default.nix
······
+2
-2
pkgs/development/python-modules/vehicle/default.nix
+2
-2
pkgs/development/python-modules/vehicle/default.nix
······
+2
-2
pkgs/development/tools/analysis/checkov/default.nix
+2
-2
pkgs/development/tools/analysis/checkov/default.nix
···
+2
-2
pkgs/development/tools/analysis/include-what-you-use/default.nix
+2
-2
pkgs/development/tools/analysis/include-what-you-use/default.nix
···
+2
-2
pkgs/development/tools/analysis/tflint/default.nix
+2
-2
pkgs/development/tools/analysis/tflint/default.nix
···
+2
-2
pkgs/development/tools/build-managers/gradle/default.nix
+2
-2
pkgs/development/tools/build-managers/gradle/default.nix
···
+2
-2
pkgs/development/tools/build-managers/sbt/default.nix
+2
-2
pkgs/development/tools/build-managers/sbt/default.nix
···
+3
-3
pkgs/development/tools/gojsontoyaml/default.nix
+3
-3
pkgs/development/tools/gojsontoyaml/default.nix
···
+4
pkgs/development/tools/misc/lttng-ust/2.12.nix
+4
pkgs/development/tools/misc/lttng-ust/2.12.nix
+3
-41
pkgs/development/tools/misc/lttng-ust/default.nix
+3
-41
pkgs/development/tools/misc/lttng-ust/default.nix
···
+44
pkgs/development/tools/misc/lttng-ust/generic.nix
+44
pkgs/development/tools/misc/lttng-ust/generic.nix
···
+14
-4
pkgs/development/tools/misc/tcptrack/default.nix
+14
-4
pkgs/development/tools/misc/tcptrack/default.nix
···+url = "https://github.com/bchretien/tcptrack/commit/409007afbce8ec5a81312a2a4123dd83b62b4494.patch";
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-c-sharp.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-c-sharp.json
···
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-go.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-go.json
···
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-nix.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-nix.json
···
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-norg.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-norg.json
···
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-php.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-php.json
···
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-ruby.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-ruby.json
···
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-rust.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-rust.json
···
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-zig.json
+4
-4
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-zig.json
···
+1
-1
pkgs/games/gotypist/default.nix
+1
-1
pkgs/games/gotypist/default.nix
+2
-2
pkgs/games/starsector/default.nix
+2
-2
pkgs/games/starsector/default.nix
···
+3
-1
pkgs/os-specific/linux/nixos-rebuild/nixos-rebuild.sh
+3
-1
pkgs/os-specific/linux/nixos-rebuild/nixos-rebuild.sh
···SSHOPTS="$NIX_SSHOPTS -o ControlMaster=auto -o ControlPath=$tmpDir/ssh-%n -o ControlPersist=60"
+5
-5
pkgs/servers/jetbrains/youtrack.nix
+5
-5
pkgs/servers/jetbrains/youtrack.nix
······
+12
-4
pkgs/servers/matrix-synapse/tools/rust-synapse-compress-state.nix
+12
-4
pkgs/servers/matrix-synapse/tools/rust-synapse-compress-state.nix
···
+3
-3
pkgs/servers/plex/raw.nix
+3
-3
pkgs/servers/plex/raw.nix
···url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_arm64.deb";url = "https://downloads.plex.tv/plex-media-server-new/${version}/debian/plexmediaserver_${version}_amd64.deb";
+3
-3
pkgs/servers/soft-serve/default.nix
+3
-3
pkgs/servers/soft-serve/default.nix
···
+2
-2
pkgs/servers/unifi/default.nix
+2
-2
pkgs/servers/unifi/default.nix
+2
-2
pkgs/shells/zsh/oh-my-zsh/default.nix
+2
-2
pkgs/shells/zsh/oh-my-zsh/default.nix
···
+30
-12
pkgs/tools/filesystems/mp3fs/default.nix
+30
-12
pkgs/tools/filesystems/mp3fs/default.nix
···-url = "https://github.com/khenriks/mp3fs/releases/download/v${version}/${pname}-${version}.tar.gz";···
-39
pkgs/tools/filesystems/mp3fs/fix-statfs-operation.patch
-39
pkgs/tools/filesystems/mp3fs/fix-statfs-operation.patch
···
+23
pkgs/tools/misc/fbmark/default.nix
+23
pkgs/tools/misc/fbmark/default.nix
···
+2
-2
pkgs/tools/misc/fortune/default.nix
+2
-2
pkgs/tools/misc/fortune/default.nix
···url = "https://github.com/shlomif/fortune-mod/releases/download/${pname}-${version}/${pname}-${version}.tar.xz";
+2
-2
pkgs/tools/misc/mktorrent/default.nix
+2
-2
pkgs/tools/misc/mktorrent/default.nix
······
+3
-3
pkgs/tools/misc/zellij/default.nix
+3
-3
pkgs/tools/misc/zellij/default.nix
···
+3
-3
pkgs/tools/networking/httplz/default.nix
+3
-3
pkgs/tools/networking/httplz/default.nix
···
+2
-2
pkgs/tools/security/bitwarden/default.nix
+2
-2
pkgs/tools/security/bitwarden/default.nix
···url = "https://github.com/bitwarden/desktop/releases/download/v${version}/Bitwarden-${version}-amd64.deb";
+35
pkgs/tools/security/ghdorker/default.nix
+35
pkgs/tools/security/ghdorker/default.nix
···
+29
pkgs/tools/security/gomapenum/default.nix
+29
pkgs/tools/security/gomapenum/default.nix
···
+25
pkgs/tools/security/lmp/default.nix
+25
pkgs/tools/security/lmp/default.nix
···
+38
pkgs/tools/security/log4j-detect/default.nix
+38
pkgs/tools/security/log4j-detect/default.nix
···
+30
pkgs/tools/security/log4j-vuln-scanner/default.nix
+30
pkgs/tools/security/log4j-vuln-scanner/default.nix
···
+34
pkgs/tools/security/log4jcheck/default.nix
+34
pkgs/tools/security/log4jcheck/default.nix
···
+35
pkgs/tools/security/log4shell-detector/default.nix
+35
pkgs/tools/security/log4shell-detector/default.nix
···
+11
-3
pkgs/tools/wayland/wayland-proxy-virtwl/default.nix
+11
-3
pkgs/tools/wayland/wayland-proxy-virtwl/default.nix
······
+24
-6
pkgs/top-level/all-packages.nix
+24
-6
pkgs/top-level/all-packages.nix
·········-code-browser-qt = libsForQt5.callPackage ../applications/editors/code-browser { withQt = true;+code-browser-qt = libsForQt5.callPackage ../applications/editors/code-browser { withQt = true; };············suitesparse_4_2 = callPackage ../development/libraries/science/math/suitesparse/4.2.nix { };suitesparse_4_4 = callPackage ../development/libraries/science/math/suitesparse/4.4.nix {};···
+39
-9
pkgs/top-level/perl-packages.nix
+39
-9
pkgs/top-level/perl-packages.nix
············+propagatedBuildInputs = [ Future IOAsync PPI PPR PathTiny PerlCritic PerlTidy PodMarkdown URI ];···
+5
-1
pkgs/top-level/php-packages.nix
+5
-1
pkgs/top-level/php-packages.nix
···
+4
pkgs/top-level/python-packages.nix
+4
pkgs/top-level/python-packages.nix
······