summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.torch: revert #196571 on darwin•••(cherry picked from commit e73624781186628dc06c0b528192335591d8f584) origin/backport-208485-to-release-22.11Weijia Wang2023-01-061-1/+1
* Merge remote-tracking branch 'origin/backport-209334-to-release-22.11' into r...Shea Levy2023-01-062-0/+40
|\
| * pythonPackages.keyrings-passwordstore: init at 0.1.0•••(cherry picked from commit 148cf58797867c172cefd84a6543344cad0e4400) Shea Levy2023-01-062-0/+40
* | Merge pull request #208920 from NixOS/backport-207990-to-release-22.11•••[Backport release-22.11] gnirehtet: patch for recent rust versionsGuillaume Girol2023-01-061-7/+40
|\ \
| * | gnirehtet: patch for recent rust versions•••(cherry picked from commit ab6f4b5ac3eb0e084d75f679d83c0776f761f8e8) Theodore Ni2023-01-031-7/+40
* | | Merge pull request #209234 from NixOS/backport-209178-to-release-22.11•••[Backport release-22.11] wordpressPackages.plugins.hkdev-maintenance-mode: init at 2.2.6Jonas Heinrich2023-01-062-12/+19
|\ \ \ | |_|/ |/| |
| * | wordpressPackages.plugins.hkdev-maintenance-mode: init at 2.2.6•••(cherry picked from commit c45d4f78bcfa5e80d0dfab3fcc772fe653d5492c) origin/backport-209178-to-release-22.11Jonas Heinrich2023-01-052-12/+19
* | | Merge pull request #209030 from wamserma/backport-208737-to-release-22.11Sandro2023-01-061-3/+3
|\ \ \
| * | | rmapi: 0.0.22.1 -> 0.0.25•••(backport of commit b5987e098dadaf1f6f131dc0a590f328b1ed412f) Markus S. Wamser2023-01-041-3/+3
* | | | root: move nlohmann_json to propagatedBuildInputs•••(cherry picked from commit 49d586773291ceba7a0c63f00a35efb11e05a84b) Dmitry Kalinkin2023-01-061-1/+3
* | | | root: 6.26.8 -> 6.26.10•••(cherry picked from commit e23f5f4f92948f35ba2c355654bd1ce3684b9450) Shamrock Lee2023-01-061-7/+5
* | | | root: add xrootd support and workaround the xrootd runpath bug•••(cherry picked from commit f2fcf446d0c5715358749a3e8df723b026ba118b) Shamrock Lee2023-01-061-3/+8
* | | | root: adjust format•••(cherry picked from commit 53f8736f10065812b0b38fcb2f1de3b5a7e0ea03) Shamrock Lee2023-01-061-6/+7
* | | | root: fix build on aarch64-linux (#203267)•••(cherry picked from commit 280b4b8279563836c8ff978605492eed6c782392) Weijia Wang2023-01-062-4/+4
* | | | Merge pull request #209125 from pennae/mddoc-fixes-2211•••[22.11] doc: markdown transition fixespennae2023-01-0622-29/+64
|\ \ \ \
| * | | | lib/modules: hide _module.args docs•••unfortunately we can't unconditionally make this text markdown without impacting downstream users of docs generation (as noted in #175586). hide it entirely until the transition is complete. pennae2023-01-061-0/+5
| * | | | modules: add mkPackageOptionMD•••another transitional option factory, like mkAliasOptionModuleMD. pennae2023-01-0616-15/+33
| * | | | modules: add mkAliasOptionModuleMD•••mkAliasOptionModule should not default to mdDoc descriptions because that can break out-of-tree users of documentation infrastructure. add an explicitly-MD variant for now, to be removed some time after the MD transition is complete. pennae2023-01-068-14/+26
|/ / / /
* | | | Merge pull request #209239 from NixOS/backport-205541-to-release-22.11•••[Backport release-22.11] miniflux: 2.0.40 → 2.0.41figsoda2023-01-051-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | miniflux: 2.0.40 → 2.0.41•••(cherry picked from commit 477e76410c46b2e34a24945bfbe9239a19eae1d0) Nikolay Korotkiy2023-01-051-3/+3
|/ / /
* | | Merge pull request #209159 from NixOS/backport-209090-to-release-22.11•••[Backport release-22.11] python27: 2.7.18.5 -> 2.7.18.6Thiago Kenji Okada2023-01-052-9/+2
|\ \ \
| * | | python27: 2.7.18.5 -> 2.7.18.6•••(cherry picked from commit b0ac5300077ee8ad1486be004d8575b51004f12f) Thiago Kenji Okada2023-01-052-9/+2
* | | | Merge pull request #209172 from NixOS/backport-206642-to-release-22.11•••[Backport release-22.11] python27: use ffi/expat as system librariesThiago Kenji Okada2023-01-051-7/+3
|\ \ \ \
| * | | | python27: use ffi/expat as system libraries•••Without `--with-system-{ffi,expat}` flags, Python will use its own embedded libraries that are out-of-date. Thanks to it, they can be a security issue. So let's use our own libraries instead. This is already what Python 3.x does, so should be safe. (cherry picked from commit 47f904bad14c906e223ac0e7a5536b9042e5b3e2) Thiago Kenji Okada2023-01-051-7/+3
|/ / / /
* | | | Merge pull request #209051 from urandom2/wordpress•••[22.11] wordpress6_1: init at 6.1.1Jonas Heinrich2023-01-054-45/+68
|\ \ \ \ | |/ / / |/| | |
| * | | nixosTests.wordpress: iterate over versions•••As a follow up to f9d1f80045d3ae01741896127837eba9f1559603, we should add the ability to test explicit versions of the wordpress derivation. Since we are currently only supporting wordpress6_1 in unstable, this change is a noop. (cherry picked from commit de49ddabaea028aec44225424c1a3be8279e9162) Colin Arnott2023-01-051-11/+23
| * | | wordpress6_0: init at 6.0.3Colin Arnott2023-01-052-3/+4
| * | | wordpress6_1: init at 6.1.1•••release-22.11 currently tracks 6.0 for pkgs.wordpress. This means there is no way to opt in to the newer version. Similiar to nextcloud and go, we have broken out a new derivation to opt in. It is a nop for unstable, and only useful when backported. Updates #208529 (cherry picked from commit f9d1f80045d3ae01741896127837eba9f1559603) Colin Arnott2023-01-053-34/+44
* | | | Merge pull request #209027 from NixOS/backport-206390-to-release-22.11•••[Backport release-22.11] clickhouse: 22.8.5.29 -> 22.8.11.15Pierre Bourdon2023-01-052-5/+5
|\ \ \ \
| * | | | clickhouse: 22.8.5.29 -> 22.8.11.15•••(cherry picked from commit 29b07eb02e648e042824157fa3d59dc490045544) Phillip Cloud2023-01-042-5/+5
| | |/ / | |/| |
* | | | Merge pull request #209098 from rkjnsn/patch-1•••yubioath-desktop: fix dependencies on 22.11Jörg Thalheim2023-01-051-2/+2
|\ \ \ \
| * | | | yubioath-desktop: Fix dependencies on 22.11•••yubioath-desktop has been removed on unstable in favor of yubioath-flutter, but 22.11 currently only has the former, and it's broken due to #202295. This change fixes it by depending on the previous, compatible version of the yubikey-manager library. Erik Jensen2023-01-041-2/+2
| | |/ / | |/| |
* | | | ocamlPackages.inotify: 2.3 → 2.4.1•••(cherry picked from commit d9fe7a69dbfcfb012cb9e05193f7c55f4653fd67) Vincent Laporte2023-01-051-25/+9
* | | | ocamlPackages.ocamlnet: disable for OCaml ≥ 5.0•••(cherry picked from commit 97c07ad23bd4f47d747e91c453a8e3cbca4ab6fa) Vincent Laporte2023-01-051-3/+2
* | | | ocamlPackages.xml-light: disable for OCaml ≥ 5.0•••(cherry picked from commit 5f5b2ae7f94141f06da799a040f1952d978a8369) Vincent Laporte2023-01-051-0/+3
|/ / /
* | | Merge pull request #208547 from ncfavier/backport-webhook-moduleNaïm Favier2023-01-045-0/+284
|\ \ \
| * | | nixos/webhook: init•••(cherry picked from commit e8e932bc80719114ba6f67dcf69109142a15c68c) Lucas Franceschino2023-01-015-0/+284
* | | | Merge pull request #209026 from NixOS/backport-208935-to-release-22.11•••[Backport release-22.11] electrum: 4.3.2 -> 4.3.3Pavol Rusnak2023-01-041-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | electrum: 4.3.2 -> 4.3.3•••(cherry picked from commit 280f5bcf5791aef831cdd208b22c658e8f032a6a) Pavol Rusnak2023-01-041-3/+3
|/ / /
* | | Merge pull request #207088 from NixOS/backport-207082-to-release-22.11•••[Backport release-22.11] php.packages.composer: 2.4.4 -> 2.5.0Elis Hirwing2023-01-041-2/+2
|\ \ \
| * | | php.packages.composer: 2.4.4 -> 2.5.0•••(cherry picked from commit b39d5afa75621ad94db626baf8c6049525b62d49) Pol Dellaiera2022-12-211-2/+2
* | | | Merge pull request #209009 from NixOS/backport-209002-to-release-22.11•••[Backport release-22.11] wordpressPackages.plugins.civicrm: init at 5.56.0Jonas Heinrich2023-01-042-2/+10
|\ \ \ \
| * | | | wordpressPackages.plugins.civicrm: init at 5.56.0•••There are a number of third party wordpress components that cannot be trivially fetched via wp4nix. As such, we have broken out a file that contains these derivations and merges them back into wordpressPackages. (cherry picked from commit b2266ed09bad9c8688615be3f580b991629f7400) Colin Arnott2023-01-042-2/+10
|/ / / /
* | | | Merge pull request #208941 from NixOS/backport-206145-to-release-22.11•••[Backport release-22.11] brave: 1.46.133 -> 1.46.144Thomas Gerbet2023-01-041-2/+2
|\ \ \ \
| * | | | brave: 1.46.133 -> 1.46.144•••https://community.brave.com/t/release-channel-1-46-144/456398 (cherry picked from commit e915d3030dd10b4db9ff0c6acdc40d37a314dbc2) Sean Buckley2023-01-031-2/+2
* | | | | Merge pull request #209006 from NixOS/backport-208992-to-release-22.11•••[Backport release-22.11] wordpressPackages.plugins.wpforms-lite: init at 1.7.8Jonas Heinrich2023-01-042-0/+7
|\ \ \ \ \
| * | | | | wordpressPackages.plugins.wpforms-lite: init at 1.7.8•••(cherry picked from commit 9e8e0ef31a98958821ba22d52c0401c588c1e7c5) Colin Arnott2023-01-042-0/+7
* | | | | | Merge pull request #209005 from NixOS/backport-208994-to-release-22.11•••[Backport release-22.11] wordpressPackages.plugins: upgrade variousJonas Heinrich2023-01-041-8/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | wordpressPackages.plugins.wp-statistics: 13.2.10 -> 13.2.11•••(cherry picked from commit 81ba6e9905a9a7aae003f0f06b44fb63b0a2bcba) Colin Arnott2023-01-041-4/+4
| * | | | | wordpressPackages.plugins.mailpoet: 4.3.0 -> 4.3.1•••(cherry picked from commit cd5a85fbe8fbbd693eff59eee98d17792fbe9a98) Colin Arnott2023-01-041-4/+4
|/ / / / /