about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'nixpkgs/nixos-unstable'Alyssa Ross2024-06-23
|\
| * Merge pull request #321140 from pyrox0/mealie-1.9Masum Reza2024-06-20
| |\ | | | | | | mealie: 1.7.0 -> 1.9.0
| | * mealie: 1.7.0 -> 1.9.0Pyrox2024-06-19
| | | | | | | | | | | | | | | Also fix a small issue with the module not casting the port number to a string
| * | Merge pull request #321165 from Guanran928/patch-1Sandro2024-06-20
| |\ \
| | * | nixos/matrix-synapse: fix typoGuanran9282024-06-20
| | | |
| * | | Merge pull request #321033 from bobby285271/upd/mateBobby Rong2024-06-20
| |\ \ \ | | | | | | | | | | mate.mate-panel: 1.28.1 -> 1.28.2
| | * | | mate.mate-panel: 1.28.1 -> 1.28.2Bobby Rong2024-06-19
| | | | | | | | | | | | | | | | | | | | https://github.com/mate-desktop/mate-panel/compare/v1.28.1...v1.28.2
| * | | | Merge pull request #321173 from r-ryantm/auto-update/rainAleksana2024-06-20
| |\ \ \ \ | | | | | | | | | | | | rain: 1.10.0 -> 1.11.0
| | * | | | rain: 1.10.0 -> 1.11.0R. Ryantm2024-06-20
| | | |/ / | | |/| |
| * | | | Merge pull request #320852 from obsidiansystems/fewer-cross-suffix-attrsJohn Ericson2024-06-20
| |\ \ \ \ | | | | | | | | | | | | Clean up cross bootstrapping
| | * | | | Clean up cross bootstrappingJohn Ericson2024-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For a long time, we've had `crossLibcStdenv`, `*Cross` libc attributes, and `*bsdCross` pre-libc package sets. This was always bad because having "cross" things is "not declarative": the naming doesn't reflect what packages *need* but rather how we *provide* something. This is ugly, and creates needless friction between cross and native building. Now, almost all of these `*Cross` attributes are gone: just these are kept: - Glibc's and Musl's are kept, because those packages are widely used and I didn't want to risk changing the native builds of those at this time. - generic `libcCross`, `theadsCross`, and friends, because these relate to the convolulted GCC bootstrap which still needs to be redone. The BSD and obscure Linux or freestnanding libcs have conversely all been made to use a new `stdenvNoLibc`, which is like the old `crossLibcStdenv` except: 1. It usable for native and cross alike 2. It named according to what it *is* ("a standard environment without libc but with a C compiler"), rather than some non-compositional jargon ("the stdenv used for building libc when cross compiling", yuck). I should have done this change long ago, but I was stymied because of "infinite recursions". The problem was that in too many cases we are overriding `stdenv` to *remove* things we don't need, and this risks cyles since those more minimal stdenvs are used to build things in the more maximal stdenvs. The solution is to pass `stage.nix` `stdenvNoCC`, so we can override to *build up* rather than *tear down*. For now, the full `stdenv` is also passed, so I don't need to change the native bootstraps, but I can see this changing as we make things more uniform and clean those up. Finally, the BSDs also had to be cleaned up, since they have a few pre-libc dependencies, demanding a systematic approach. I realized what rhelmot did in 61202561d92cf1cd74532fcbd8b9d6662c5bc57b (specify what packages just need `stdenvNoLibc`) is definitely the right approach for this, and adjusted NetBSD and OpenBSD to likewise use it.
| | * | | | windows.mingw_w64*: Fetch common attrs from the headers packageJohn Ericson2024-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the most upstream one, and so to avoid infinite recursion we should get the things from it. This isn't needed per-se now, but will be after the next commit.
| * | | | | Merge pull request #321108 from dotlambda/radicaleKerstin2024-06-20
| |\ \ \ \ \ | | | | | | | | | | | | | | radicale: 3.2.1 -> 3.2.2
| | * | | | | radicale: 3.2.1 -> 3.2.2Robert Schütz2024-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/Kozea/Radicale/compare/v3.2.1...v3.2.2-version Changelog: https://github.com/Kozea/Radicale/blob/v3.2.2-version/CHANGELOG.md
| * | | | | | Merge pull request #319338 from xrelkd/add/ordAleksana2024-06-20
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | ord: init at 0.18.5
| | * | | | | | ord: init at 0.18.5xrelkd2024-06-14
| | | | | | | |
| * | | | | | | Merge pull request #309255 from fufexan/hyprpaperMasum Reza2024-06-20
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | hyprpaper: 0.6.0 -> 0.7.0
| | * | | | | | | hyprpaper: 0.6.0 -> 0.7.0Mihai Fufezan2024-05-05
| | | | | | | | |
| * | | | | | | | Merge pull request #318104 from trofi/arcanist-removalAleksana2024-06-20
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | arcanist: remove
| | * | | | | | | | arcanist: removeSergei Trofimovich2024-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `arcanist` fails the build time to time due to bugs in Makefile. Recent example: https://hydra.nixos.org/build/262386028 All PRs are being closed in https://github.com/phacility/arcanist/pulls and refer to phabricator not being maintained: https://secure.phabricator.com/book/phabcontrib/article/contributing_code/ Let's schedule `arcanist` for removal.
| * | | | | | | | | Merge pull request #321210 from r-ryantm/auto-update/violetMasum Reza2024-06-20
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | violet: 0.4.6 -> 0.5.0
| | * | | | | | | | | violet: 0.4.6 -> 0.5.0R. Ryantm2024-06-20
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Merge pull request #304235 from moduon/hatch-odooMaciej Krüger2024-06-20
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python3Packages.hatch-odoo: init at 0.1
| | * | | | | | | | | python3Packages.hatch-odoo: init at 0.1Jairo Llopis2024-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | @moduon MT-1075
| * | | | | | | | | | Merge pull request #311198 from ↵Sandro2024-06-20
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AkechiShiro/mark-broken-bsdbb3-and-replace-by-berkeleydb
| | * | | | | | | | | | python39Packages.bsddb3: disable on Python 3.10+, remove distutils usagekenshin2024-06-20
| | | | | | | | | | | |
| | * | | | | | | | | | gramps: replace bsddb3 with berkeleydbkenshin2024-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare for Python 3.12 compatibility as bsddb3 is not officially compatible with Python 3.10+ and Python 3.12 breaks bsddb3 tests due to distutils being deprecated
| | * | | | | | | | | | exaile: replace bsddb3 with berkeleydbkenshin2024-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepare for Python 3.12 compatibility as bsddb3 is not officially compatible with Python 3.10+ and Python 3.12 breaks bsddb3 tests due to distutils being deprecated.
| | * | | | | | | | | | python312Packages.berkeleydb: init at 18.1.8kenshin2024-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add env fix from tomaSajt * nixformat * better format for imports * remove unused import
| * | | | | | | | | | | Merge pull request #321235 from r-ryantm/auto-update/papermcMasum Reza2024-06-20
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | papermc: 1.20.6-137 -> 1.21-15
| | * | | | | | | | | | | papermc: 1.20.6-137 -> 1.21-15R. Ryantm2024-06-20
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge pull request #318451 from kashw2/giadaAleksana2024-06-20
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | giada: move to `finalAttrs`; cleanup
| | * | | | | | | | | | | giada: move to `finalAttrs`kashw22024-06-10
| | | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #321238 from r-ryantm/auto-update/buildkitMasum Reza2024-06-20
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | buildkit: 0.14.0 -> 0.14.1
| | * | | | | | | | | | | | buildkit: 0.14.0 -> 0.14.1R. Ryantm2024-06-20
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #317755 from thehabbos007/masterIlan Joselevich2024-06-20
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | BuildRustCrate: proc macros must be built for build's platform
| | * | | | | | | | | | | | BuildRustCrate: proc macros must be built for build's platformAhmad Sattar2024-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When cross compiling proc macros, the proc macro needs to be built for the build platform's architecture. Without this change cross compiling from Darwin to Linux would simply fail because it tries to link to a library with a file extension that doesn't exist on the builder's platform.
| * | | | | | | | | | | | | Merge pull request #321236 from superherointj/logseq-fix-buildsuperherointj2024-06-20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | logseq: fix build, move to by-name
| | * | | | | | | | | | | | | logseq: fix build, move to by-namesuperherointj2024-06-20
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #292759 from ShamrockLee/test-references-darwinRobert Hensing2024-06-20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests.references: use `runNixOSTest` instead of `nixosTest`
| | * | | | | | | | | | | | | | tests.references: migrate from nixosTest to runNixOSTestYueh-Shun Li2024-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use testers.runNixOSTest instead of testers.nixosTest as nixosTest has become obsolete. - Prepare for cross-platform testing. - Use the testScriptBin passthru'd by the references test package inside the guest pkgs.
| * | | | | | | | | | | | | | | Merge pull request #321239 from r-ryantm/auto-update/lint-stagedDamien Cassou2024-06-20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lint-staged: 15.2.6 -> 15.2.7
| | * | | | | | | | | | | | | | | lint-staged: 15.2.6 -> 15.2.7R. Ryantm2024-06-20
| | | |_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #300106 from anthonyroussel/upgrade/httpingWeijia Wang2024-06-20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | httping: 2.9 -> 3.6
| | * | | | | | | | | | | | | | | httping: add anthonyroussel to maintainersAnthony Roussel2024-06-13
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | httping: migrate to pkgs/by-nameAnthony Roussel2024-06-13
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | httping: remove `with lib;`Anthony Roussel2024-06-13
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | httping: 2.9 -> 3.6Anthony Roussel2024-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/folkertvanheusden/HTTPing/compare/v2.9...v3.6
| | * | | | | | | | | | | | | | | httping: add passthru.{tests.version,updateScript}Anthony Roussel2024-06-13
| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | httping: format with nixfmt-rfc-styleAnthony Roussel2024-06-13
| | | | | | | | | | | | | | | | |