summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* geant4: disable OGLX frontend by default on darwinorigin/pr/geant4_no_glxDmitry Kalinkin2024-10-021-1/+1
| | | | | | | | | | This requires linking to Gallium, which seems to fail downstream: ``` ERROR: failed to load libFOO.dylib: dlopen(libFOO.dylib, 5): Library not loaded: @rpath/libgallium-24.2.2.dylib Referenced from: /nix/store/cnschgva12mp3cklach4c0jcvcghxy1h-mesa-24.2.2/lib/libGL.1.dylib Reason: image not found ``` It also appears to break the native OpenGL/Qt backend.
* mongodb-compass: 1.44.3 -> 1.44.4 (#345845)Pol Dellaiera2024-10-021-2/+2
|\
| * mongodb-compass: 1.44.3 -> 1.44.4R. Ryantm2024-10-021-2/+2
| |
* | gg-jj: init at 0.20.0 (#345905)Pol Dellaiera2024-10-022-0/+111
|\ \
| * | gg-jj: init at 0.20.0wxt2024-10-022-0/+111
| | |
* | | docker: use gitMinimal instead of git, to avoid perl in runtime closure ↵Pol Dellaiera2024-10-021-2/+2
|\ \ \ | | | | | | | | | | | | (#345910)
| * | | docker: use gitMinimal instead of git, to avoid perl in runtime closureWilliButz2024-10-021-2/+2
| | | |
* | | | sbcl: 2.4.8 -> 2.4.9 (#345415)7c6f434c2024-10-022-8/+11
|\ \ \ \
| * | | | sbcl: 2.4.8 -> 2.4.9Hraban Luyat2024-09-292-8/+11
| | | | |
* | | | | luaformatter: fix x86_64 darwin (#345839)Pol Dellaiera2024-10-023-6/+19
|\ \ \ \ \
| * | | | | luaformatter: move to by-nameAustin Horstman2024-10-013-2/+0
| | | | | |
| * | | | | luaformatter: formatAustin Horstman2024-10-011-4/+15
| | | | | |
| * | | | | luaformatter: fix x86 darwinAustin Horstman2024-10-011-0/+4
| | | | | |
* | | | | | python311Packages.spacy: 3.7.6 -> 3.8.2 (#341277)Sandro2024-10-023-186/+189
|\ \ \ \ \ \
| * | | | | | python311Packages.spacy.tests.annotation: fix broken testRobert Schütz2024-10-011-1/+1
| | | | | | |
| * | | | | | python311Packages.spacy-models: 3.7.0 -> 3.8.0Robert Schütz2024-10-011-180/+180
| | | | | | |
| * | | | | | python311Packages.spacy: 3.7.6 -> 3.8.2Robert Schütz2024-10-011-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/explosion/spaCy/releases/tag/release-v3.8.2
* | | | | | | Merge: php8{1..3}Extensions.soap: fix tests (#345893)Maximilian Bosch2024-10-021-2/+5
|\ \ \ \ \ \ \
| * | | | | | | php8{1..3}Extensions.soap: fix testsMaximilian Bosch2024-10-021-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See e.g. https://github.com/cachix/devenv/actions/runs/11125063603/job/30922426947#step:7:527 There were multiple issues I observed: * `--offline` not being set causing several tests to try accessing the internet: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing Schema: can't import schema from 'http://www.w3.org/2009/01/xml.xsd' in /build/php-8.3.12/ext/soap/tests/bugs/bug76348.php:2 I'm not really sure, why this worked before or if a default was flipped. However, the tests are passing on Linux (both x86_64-linux and aarch64-linux for me). * On Darwin, a few more tests are failing like this: reason: php_network_getaddresses: getaddrinfo for localhost failed: nodename nor servname provided, or not known This looks like some sandbox problem on Darwin, but since we have a working test-suite on Linux I figured that's good enough and turned it off on Darwin.
* | | | | | | | remind: 05.00.02 -> 05.00.06 (#345798)7c6f434c2024-10-021-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | remind: 05.00.02 -> 05.00.06Alexis Hildebrandt2024-10-021-2/+2
| | | | | | | | |
* | | | | | | | | devenv: 1.2 -> 1.3 (#345949)Domen Kožar2024-10-021-8/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | devenv: 1.2 -> 1.3Domen Kožar2024-10-021-8/+17
| | | | | | | | | |
* | | | | | | | | | polaris: 0.14.2 -> 0.14.3 (#345614)Peder Bergebakken Sundt2024-10-021-12/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | polaris: 0.14.2 -> 0.14.3Peder Bergebakken Sundt2024-10-021-12/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | diff: https://github.com/agersant/polaris/compare/0.14.2...0.14.3 release: https://github.com/agersant/polaris/releases/tag/0.14.3
* | | | | | | | | | | libkrunfw: 4.3.0 -> 4.4.1, libkrun: 1.9.4 -> 1.9.5 (#345818)Nick Cao2024-10-022-8/+8
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | libkrunfw: sev variant is not supported on aarch64-linuxNick Cao2024-10-021-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | libkrun: 1.9.4 -> 1.9.5Nick Cao2024-10-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/containers/libkrun/compare/refs/tags/v1.9.4...v1.9.5
| * | | | | | | | | | | libkrunfw: 4.3.0 -> 4.4.1Nick Cao2024-10-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/containers/libkrunfw/compare/refs/tags/v4.3.0...v4.4.1
* | | | | | | | | | | | libpqxx_6: remove (#345931)Sandro2024-10-023-31/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | libpqxx_6: removesuperherointj2024-10-023-31/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | powermode-indicator: init at unstable-2024-07-13 (#342080)Sandro2024-10-021-0/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | powermode-indicator: init at unstable-2024-07-13Alexandre Acebedo2024-10-011-0/+40
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | nf-test: ensure makeWrapper is restricted to nativeBuildInputs (#341532)Doron Behar2024-10-021-9/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | nf-test: ensure makeWrapper is restricted to nativeBuildInputsStefan Frijters2024-10-021-9/+2
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not fix cross builds because not all dependencies can be built in cross, but it fixes eval error: makeWrapper/makeShellWrapper must be in nativeBuildInputs.
* | | | | | | | | | | | | | python312Packages.django-stubs: 5.0.4 -> 5.1.0 (#345795)Fabian Affolter2024-10-021-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | python312Packages.django-stubs: refactorFabian Affolter2024-10-021-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | python312Packages.django-stubs: 5.0.4 -> 5.1.0R. Ryantm2024-10-011-2/+2
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge: mautrix-signal: 0.7.0 -> 0.7.1 (#345890)Maximilian Bosch2024-10-023-13/+166
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | libsignal-ffi: 0.55.1 -> 0.57.1eymeric2024-10-022-10/+163
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | mautrix-signal: 0.7.0 -> 0.7.1hatch012024-10-021-3/+3
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | chirp: 0.4.0-unstable-2024-09-19 -> 0.4.0-unstable-2024-09-28 (#345397)nixpkgs-merge-bot[bot]2024-10-021-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | chirp: 0.4.0-unstable-2024-09-19 -> 0.4.0-unstable-2024-09-28R. Ryantm2024-09-301-3/+3
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | switch-to-configuration-ng: update rust-ini to support multi-line INI… ↵Emily2024-10-024-6/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#343145)
| * | | | | | | | | | | | | | | | | nixos/switch-test: add test for multi-line unit valuesJared Baur2024-09-211-1/+17
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | switch-to-configuration-ng: update rust-ini to support multi-line INI valuesJared Baur2024-09-213-5/+9
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | python312Packages.mypy-boto3-*: updates (#345867)Fabian Affolter2024-10-021-14/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | python312Packages.mypy-boto3-verifiedpermissions: 1.35.0 -> 1.35.30Fabian Affolter2024-10-021-2/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | python312Packages.mypy-boto3-resource-groups: 1.35.0 -> 1.35.30Fabian Affolter2024-10-021-2/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | python312Packages.mypy-boto3-rds: 1.35.25 -> 1.35.31Fabian Affolter2024-10-021-2/+2
| | | | | | | | | | | | | | | | | | |