about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2024-05-12php: fix build on darwin (the `iconv` extension)Vladimír Čunát1-4/+3
https://hydra.nixos.org/build/258946784/nixlog/2/tail The issue was probably triggered by the darwin iconv changes done during this staging-next cycle. Also use enable tests on linux, as they pass for me on native x86_64 and aarch64.
2024-05-12Merge master into staging-nextgithub-actions[bot]77-1722/+3352
2024-05-12Merge pull request #309821 from ErrorNoInternet/update-pythonPackages-btrfsOTABI Tomoya1-2/+2
pythonPackages.btrfs: 13 -> 14.1
2024-05-12Merge pull request #308478 from natsukium/htseq/updateOTABI Tomoya1-11/+61
python311Packages.htseq: 0.12.4 -> 2.0.4
2024-05-12Merge pull request #310087 from SFrijters/dropbox-refactorOTABI Tomoya1-4/+8
python3Packages.dropbox: refactor
2024-05-12Merge pull request #298750 from dotlambda/warpRobert Schütz1-5/+12
warp: 0.6.2 -> 0.7.0
2024-05-12Merge pull request #310672 from Scrumplex/pkgs/docplex/fix-buildOTABI Tomoya1-1/+11
python3Packages.docplex: fix build
2024-05-12Merge pull request #310012 from ↵OTABI Tomoya1-2/+2
r-ryantm/auto-update/python311Packages.jenkins-job-builder python311Packages.jenkins-job-builder: 6.2.0 -> 6.3.0
2024-05-12Merge pull request #310071 from SFrijters/desktop-notifier-4.0OTABI Tomoya1-5/+5
python3Packages.desktop-notifier: 3.5.6 -> 4.0.0
2024-05-12Merge pull request #310405 from ↵OTABI Tomoya1-2/+2
r-ryantm/auto-update/python311Packages.mindsdb-evaluator python311Packages.mindsdb-evaluator: 0.0.12 -> 0.0.13
2024-05-12Merge pull request #310397 from r-ryantm/auto-update/python311Packages.igraphOTABI Tomoya1-2/+2
python311Packages.igraph: 0.11.4 -> 0.11.5
2024-05-12Merge pull request #310414 from r-ryantm/auto-update/python311Packages.neoOTABI Tomoya1-2/+2
python311Packages.neo: 0.13.0 -> 0.13.1
2024-05-12Merge pull request #310417 from ↵OTABI Tomoya1-2/+2
r-ryantm/auto-update/python311Packages.type-infer python311Packages.type-infer: 0.0.19 -> 0.0.20
2024-05-12Merge pull request #310925 from fabaff/weaviate-client-bumpYt1-2/+2
python311Packages.weaviate-client: 4.5.7 -> 4.6.0
2024-05-12Merge pull request #310068 from natsukium/awscli/fixOTABI Tomoya1-63/+70
awscli: sync with botocore
2024-05-12Merge pull request #308490 from natsukium/migrate/updateOTABI Tomoya1-10/+24
migrate: 3.7.2 -> 5.0.6
2024-05-11Merge pull request #298849 from rhelmot/freebsd-minimal2/fblibcJohn Ericson47-260/+825
FreeBSD: Rework scope + building libc
2024-05-12Merge pull request #310948 from r-ryantm/auto-update/python311Packages.ihmOTABI Tomoya1-2/+2
python311Packages.ihm: 1.0 -> 1.1
2024-05-11freebsd: 13.1.0 -> 14.0.0Audrey Dutcher17-2/+264
The old patches are kept because the version is actually configurable. In the future both versions may be exposed. Co-Auhtored-By: Artemis Tosini <me@artem.ist> Co-Authored-by: John Ericson <John.Ericson@Obsidian.Systems>
2024-05-11freebsd: Cleanup, get ready to support version 14Artemis Tosini33-259/+562
* Extend libc Include non-libc core libraries in the libc package. Many of these mirror libraries present in glibc on linux, such as libgcc, libraries used for iconv, and libraries used for reading kernel info (libkvm, libprocstat, libmemstat). Without this many packages outside the freebsd tree would need to be modified to include standard dependencies which would already be on the system for other packages. * Mark FreeBSD as using LLVM * Update default LLVM version FreeBSD * Use patch monolith The patchesRoot system combined with the fact that each derivation will Request specific names of patches makes it very annoying to use other FreeBSD source trees with nixpkgs. This new system allows providing one Or more entire trees of patches whose contents will be dynamically Parsed and only the relevant patches will be applied for any one Derivation. With this commit, the following knobs are available for specifying the FreeBSD source: - overriding `freebsd.versionInfo`, for picking another official supported FreeBSD release. - overriding `freebsd.source` for specifying a specific unpatched FreeBSD source tree. - overriding `freebsd.patches`, for specifying the patches to apply. Co-Authored-by: Audrey Dutcher <audrey@rhelmot.io> Co-Authored-by: John Ericson <John.Ericson@Obsidian.Systems>
2024-05-12Merge pull request #310287 from K900/asusctl-6K9002-1301/+2241
asusctl: 5.0.10 -> 6.0.6
2024-05-12Merge pull request #310741 from DaGenix/virtualenv-cloneOTABI Tomoya1-1/+1
python312Packages.virtualenv-clone: fix tests
2024-05-12Merge pull request #310942 from TomaSajt/setuptools-gettextOTABI Tomoya1-5/+3
python312Packages.setuptools-gettext: 0.1.11 -> 0.1.14, enable with python312
2024-05-12Merge pull request #309076 from natsukium/mdtraj/fixOTABI Tomoya1-2/+28
python312Packages.mdtraj: fix runtime error and support python3.12
2024-05-12Merge pull request #310959 from TomaSajt/albumentationsMartin Weinelt1-7/+14
python312Packages.albumentations: fix dependencies, fix tests
2024-05-12Merge pull request #310399 from ck3d/localai-2150Franz Pletz2-18/+24
2024-05-12Merge pull request #310848 from mweinelt/ipu6-stack-maintainershipMartin Weinelt6-10/+6
ipu6*/ivsc*: drop maintenance
2024-05-12Merge pull request #310951 from r-ryantm/auto-update/flarectlnixpkgs-merge-bot[bot]1-3/+3
flarectl: 0.94.0 -> 0.95.0
2024-05-12python312Packages.albumentations: fix dependencies, fix testsTomaSajt1-7/+14
2024-05-12Merge master into staging-nextgithub-actions[bot]35-595/+2546
2024-05-12Merge pull request #310754 from JohnRTitor/triblerMaciej Krüger2-69/+74
tribler: 7.13.0 -> 7.14.0
2024-05-12python311Packages.mdtraj: disable flaky testsnatsukium1-0/+2
2024-05-12Merge pull request #310885 from TomaSajt/wsgitoolsPeder Bergebakken Sundt1-5/+19
python312Packages.wsgitools: use pyproject = true, fix with python312
2024-05-12Merge pull request #310901 from r-ryantm/auto-update/libretro.mameThiago Kenji Okada1-3/+3
libretro.mame: unstable-2024-05-04 -> unstable-2024-05-09
2024-05-12Merge pull request #310894 from TomaSajt/phikOTABI Tomoya1-35/+13
python312Packages.phik: fix dependencies, clean up
2024-05-12python312Packages.setuptools-gettext: 0.1.11 -> 0.1.14TomaSajt1-5/+3
2024-05-11flarectl: 0.94.0 -> 0.95.0R. Ryantm1-3/+3
2024-05-11python311Packages.ihm: 1.0 -> 1.1R. Ryantm1-2/+2
2024-05-12Merge pull request #305638 from Kupac/fix_rsbmlJustin Bedő2-0/+60
rPackages.rsbml: fix build
2024-05-11Merge pull request #310881 from r-ryantm/auto-update/zpaqfranznixpkgs-merge-bot[bot]1-2/+2
zpaqfranz: 59.3 -> 59.4
2024-05-11Merge pull request #310918 from fabaff/langchain-bumpFabian Affolter1-2/+2
python312Packages.langsmith: 0.1.56 -> 0.1.57
2024-05-11Merge pull request #310916 from fabaff/mechanize-bumpFabian Affolter1-30/+14
python311Packages.mechanize: 0.4.9 -> 0.4.10
2024-05-11Merge pull request #304881 from GaetanLepage/aesaraPol Dellaiera3-21/+49
python311Packages.aesara: fix build
2024-05-11Merge pull request #310829 from GaetanLepage/acceleratePol Dellaiera2-0/+9
python311Packages.accelerate: fix/skip failing darwin tests
2024-05-11nixos/pixiecore: fix apiServer exampleBjørn Forsman1-2/+2
Add missing http:// scheme. Without it pixiecore logs this and never contacts the API server: [DHCP] Couldn't get bootspec for [REDACTED_MAC_ADDR]: Get "localhost:8080/v1/boot/[REDACTED_MAC_ADDR]": unsupported protocol scheme "localhost"
2024-05-11Merge pull request #310912 from fabaff/malduck-bumpFabian Affolter1-33/+27
python311Packages.malduck: 4.4.0 -> 4.4.1
2024-05-11Merge pull request #310911 from fabaff/minidb-bumpFabian Affolter1-15/+14
python312Packages.minidb: 2.0.7 -> 2.0.8
2024-05-11Merge pull request #310590 from r-ryantm/auto-update/nuclei-templatesFabian Affolter1-2/+2
nuclei-templates: 9.8.5 -> 9.8.6
2024-05-11python311Packages.weaviate-client: 4.5.7 -> 4.6.0Fabian Affolter1-2/+2
Diff: https://github.com/weaviate/weaviate-python-client/compare/refs/tags/v4.5.7...v4.6.0 Changelog: https://github.com/weaviate/weaviate-python-client/releases/tag/v4.6.0
2024-05-11Merge pull request #310797 from ↵Fabian Affolter1-16/+17
r-ryantm/auto-update/python311Packages.fastbencode python311Packages.fastbencode: 0.2 -> 0.3.1