Commit Graph
624813 Commits
Author SHA1 Message Date
Marcus RambergandGitHub 56c19dfbfb Merge pull request #310944 from GaetanLepage/tinymist
tinymist: 0.11.6 -> 1.11.8
2024-05-12 08:13:43 +02:00
AleksanaandGitHub abc087f83b Merge pull request #310628 from nawordar/add-vim-sile
vimPlugins.vim-sile: init at 2022-09-03
2024-05-12 14:09:59 +08:00
AleksanaandGitHub 48695bbe42 Merge pull request #296682 from ElysaSrc/master
catppuccin-sddm: init at 1.0.0
2024-05-12 14:08:47 +08:00
OTABI TomoyaandGitHub 9a65c1518c Merge pull request #309821 from ErrorNoInternet/update-pythonPackages-btrfs
pythonPackages.btrfs: 13 -> 14.1
2024-05-12 14:46:14 +09:00
OTABI TomoyaandGitHub 0204bbdebc Merge pull request #308478 from natsukium/htseq/update
python311Packages.htseq: 0.12.4 -> 2.0.4
2024-05-12 14:34:10 +09:00
OTABI TomoyaandGitHub be9b31b774 Merge pull request #310087 from SFrijters/dropbox-refactor
python3Packages.dropbox: refactor
2024-05-12 13:54:41 +09:00
Robert SchützandGitHub 25e9a6d07d Merge pull request #298750 from dotlambda/warp
warp: 0.6.2 -> 0.7.0
2024-05-12 03:30:33 +00:00
OTABI TomoyaandGitHub 26335efe9c Merge pull request #310672 from Scrumplex/pkgs/docplex/fix-build
python3Packages.docplex: fix build
2024-05-12 12:04:40 +09:00
OTABI TomoyaandGitHub 8d1f2faa1e Merge pull request #310012 from r-ryantm/auto-update/python311Packages.jenkins-job-builder
python311Packages.jenkins-job-builder: 6.2.0 -> 6.3.0
2024-05-12 11:56:18 +09:00
OTABI TomoyaandGitHub 40d28acd1b Merge pull request #310071 from SFrijters/desktop-notifier-4.0
python3Packages.desktop-notifier: 3.5.6 -> 4.0.0
2024-05-12 11:54:22 +09:00
OTABI TomoyaandGitHub 666e1635ab Merge pull request #310405 from r-ryantm/auto-update/python311Packages.mindsdb-evaluator
python311Packages.mindsdb-evaluator: 0.0.12 -> 0.0.13
2024-05-12 11:52:12 +09:00
OTABI TomoyaandGitHub 212356d74f Merge pull request #310397 from r-ryantm/auto-update/python311Packages.igraph
python311Packages.igraph: 0.11.4 -> 0.11.5
2024-05-12 11:50:01 +09:00
OTABI TomoyaandGitHub 397ddf554d Merge pull request #310414 from r-ryantm/auto-update/python311Packages.neo
python311Packages.neo: 0.13.0 -> 0.13.1
2024-05-12 11:48:50 +09:00
OTABI TomoyaandGitHub b453cea268 Merge pull request #310417 from r-ryantm/auto-update/python311Packages.type-infer
python311Packages.type-infer: 0.0.19 -> 0.0.20
2024-05-12 11:47:02 +09:00
YtandGitHub 615dcff459 Merge pull request #310925 from fabaff/weaviate-client-bump
python311Packages.weaviate-client: 4.5.7 -> 4.6.0
2024-05-12 02:42:33 +00:00
OTABI TomoyaandGitHub 1732b6e240 Merge pull request #310068 from natsukium/awscli/fix
awscli: sync with botocore
2024-05-12 11:28:39 +09:00
OTABI TomoyaandGitHub e1fce3f66f Merge pull request #308490 from natsukium/migrate/update
migrate: 3.7.2 -> 5.0.6
2024-05-12 10:59:02 +09:00
John EricsonandGitHub f8dff35f25 Merge pull request #298849 from rhelmot/freebsd-minimal2/fblibc
FreeBSD: Rework scope + building libc
2024-05-11 21:56:38 -04:00
OTABI TomoyaandGitHub 0913fe1d58 Merge pull request #310948 from r-ryantm/auto-update/python311Packages.ihm
python311Packages.ihm: 1.0 -> 1.1
2024-05-12 10:54:23 +09:00
Audrey DutcherandJohn Ericson 2cc214b4c3 freebsd: 13.1.0 -> 14.0.0
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-11 21:52:31 -04:00
06b05d2289 freebsd: Cleanup, get ready to support version 14
* 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-11 21:52:07 -04:00
K900andGitHub a3605f6941 Merge pull request #310287 from K900/asusctl-6
asusctl: 5.0.10 -> 6.0.6
2024-05-12 04:34:52 +03:00
OTABI TomoyaandGitHub 12b3c434ad Merge pull request #310741 from DaGenix/virtualenv-clone
python312Packages.virtualenv-clone: fix tests
2024-05-12 10:08:36 +09:00
OTABI TomoyaandGitHub 4f481262b6 Merge pull request #310942 from TomaSajt/setuptools-gettext
python312Packages.setuptools-gettext: 0.1.11 -> 0.1.14, enable with python312
2024-05-12 10:06:13 +09:00
OTABI TomoyaandGitHub 5cdadbba38 Merge pull request #309076 from natsukium/mdtraj/fix
python312Packages.mdtraj: fix runtime error and support python3.12
2024-05-12 10:04:30 +09:00
Martin WeineltandGitHub 43cf50bd15 Merge pull request #310959 from TomaSajt/albumentations
python312Packages.albumentations: fix dependencies, fix tests
2024-05-12 02:40:26 +02:00
Franz PletzandGitHub 8625a10f07 Merge pull request #310399 from ck3d/localai-2150 2024-05-12 02:30:25 +02:00
Martin WeineltandGitHub 38235703ba Merge pull request #310848 from mweinelt/ipu6-stack-maintainership
ipu6*/ivsc*: drop maintenance
2024-05-12 02:29:29 +02:00
nixpkgs-merge-bot[bot]andGitHub cfc0a784dc Merge pull request #310951 from r-ryantm/auto-update/flarectl
flarectl: 0.94.0 -> 0.95.0
2024-05-12 00:11:55 +00:00
TomaSajt 11d25281e4 python312Packages.albumentations: fix dependencies, fix tests 2024-05-12 02:09:22 +02:00
Maciej KrügerandGitHub 426c785e7d Merge pull request #310754 from JohnRTitor/tribler
tribler: 7.13.0 -> 7.14.0
2024-05-12 02:01:43 +02:00
natsukium 958181e160 python311Packages.mdtraj: disable flaky tests 2024-05-12 08:59:37 +09:00
Peder Bergebakken SundtandGitHub 8f10cb5a63 Merge pull request #310885 from TomaSajt/wsgitools
python312Packages.wsgitools: use pyproject = true, fix with python312
2024-05-12 01:58:00 +02:00
Thiago Kenji OkadaandGitHub f11f944671 Merge pull request #310901 from r-ryantm/auto-update/libretro.mame
libretro.mame: unstable-2024-05-04 -> unstable-2024-05-09
2024-05-12 00:54:58 +01:00
OTABI TomoyaandGitHub 62e7060bba Merge pull request #310894 from TomaSajt/phik
python312Packages.phik: fix dependencies, clean up
2024-05-12 08:33:05 +09:00
TomaSajt cce575cf6b python312Packages.setuptools-gettext: 0.1.11 -> 0.1.14 2024-05-12 01:32:31 +02:00
R. Ryantm a1e9afa59b flarectl: 0.94.0 -> 0.95.0 2024-05-11 23:15:28 +00:00
R. Ryantm b5a6f6e3d2 python311Packages.ihm: 1.0 -> 1.1 2024-05-11 22:53:27 +00:00
Justin BedőandGitHub 0d3377a696 Merge pull request #305638 from Kupac/fix_rsbml
rPackages.rsbml: fix build
2024-05-12 08:43:54 +10:00
Gaetan Lepage 272cbd358f vscode-extensions.myriad-dreamin.tinymist: 0.11.7 -> 0.11.8
Changelog:
https://github.com/Myriad-Dreamin/tinymist/blob/v0.11.8/CHANGELOG.md
2024-05-12 00:29:37 +02:00
Gaetan Lepage 20aa886dbe tinymist: 0.11.6 -> 0.11.8
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/v0.11.6...v0.11.8

Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/v0.11.8/CHANGELOG.md
2024-05-12 00:21:26 +02:00
nixpkgs-merge-bot[bot]andGitHub 78c337ecc1 Merge pull request #310881 from r-ryantm/auto-update/zpaqfranz
zpaqfranz: 59.3 -> 59.4
2024-05-11 22:06:34 +00:00
Fabian AffolterandGitHub d640000259 Merge pull request #310918 from fabaff/langchain-bump
python312Packages.langsmith: 0.1.56 -> 0.1.57
2024-05-11 23:12:25 +02:00
Fabian AffolterandGitHub 41427f3d93 Merge pull request #310916 from fabaff/mechanize-bump
python311Packages.mechanize: 0.4.9 -> 0.4.10
2024-05-11 23:12:11 +02:00
Pol DellaieraandGitHub 9ba0818d53 Merge pull request #304881 from GaetanLepage/aesara
python311Packages.aesara: fix build
2024-05-11 23:06:03 +02:00
Pol DellaieraandGitHub 010103c926 Merge pull request #310829 from GaetanLepage/accelerate
python311Packages.accelerate: fix/skip failing darwin tests
2024-05-11 23:05:37 +02:00
Bjørn Forsman 7909e0f7d6 nixos/pixiecore: fix apiServer example
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-11 23:01:35 +02:00
Fabian AffolterandGitHub c5b216028b Merge pull request #310912 from fabaff/malduck-bump
python311Packages.malduck: 4.4.0 -> 4.4.1
2024-05-11 22:56:23 +02:00
Fabian AffolterandGitHub 583a15851a Merge pull request #310911 from fabaff/minidb-bump
python312Packages.minidb: 2.0.7 -> 2.0.8
2024-05-11 22:56:10 +02:00
Fabian AffolterandGitHub 1fe3f4fb05 Merge pull request #310590 from r-ryantm/auto-update/nuclei-templates
nuclei-templates: 9.8.5 -> 9.8.6
2024-05-11 22:45:04 +02:00