Commit Graph
640323 Commits
Author SHA1 Message Date
Artemis TosiniandAudrey Dutcher 2cc0692eef freebsd.libcxxrt: don't copy unwind headers
These headers conflict with the unwind headers from libunwind
provided by libgcc_eh in `freebsd.libc`.
Upstream FreeBSD does not use these headers in any capacity,
and they cause some incompatibilities since libcxxrt unwind.h
requires _GNU_SOURCE for some functions, while libunwind does not.
2024-06-17 00:36:03 -07:00
Artemis TosiniandAudrey Dutcher f76271c4df llvm: Don't use libunwind on FreeBSD
Native builds on nixpkgs FreeBSD always use llvm's libc++ as the
C++ standard library, with libcxxrt and "libgcc" from the FreeBSD tree
providing lower level ABI functions.

However, the cross LLVM stdenv assumed that we wanted libunwind instead
of libgcc. As libgcc headers are already in FreeBSD's libc, some C++
functions failed with duplicate header errors.

Disable all references to libunwind in libcxx on FreeBSD and the LLVM
cross stdenvs for FreeBSD.
2024-06-17 00:35:55 -07:00
Gaétan LepageandGitHub 11eb12b0ca Merge pull request #320017 from GaetanLepage/spectral-cube
python311Packages.spectral-cube: patch distutils to provide python3.12 compatibility
2024-06-17 09:27:44 +02:00
Vincent LaporteandVincent Laporte f7ff7d4e9b coq: 8.19.1 → 8.19.2 2024-06-17 09:15:12 +02:00
Vincent LaporteandVincent Laporte 8abb1f5afb compcert: add support for Coq 8.19.2 2024-06-17 09:15:12 +02:00
Pol DellaieraandGitHub 38d3352a65 Merge pull request #320441 from GaetanLepage/tinymist
tinymist: 0.11.10 -> 0.11.11
2024-06-17 08:49:48 +02:00
Sarah BrofeldtandGitHub 92f31e28bb Merge pull request #311908 from srhb/prometheus-jmx-javaagent
prometheus-jmx-javaagent: init at 0.20.0
2024-06-17 08:46:00 +02:00
Matthias BeyerandGitHub 16243344d9 Merge pull request #320388 from r-ryantm/auto-update/mdbook-graphviz
mdbook-graphviz: 0.1.7 -> 0.2.0
2024-06-17 08:29:38 +02:00
Matthias BeyerandGitHub 774fa8abd5 Merge pull request #320356 from r-ryantm/auto-update/nickel
nickel: 1.6.0 -> 1.7.0
2024-06-17 08:29:19 +02:00
Gaetan Lepage dd50a3df60 tinymist: 0.11.10 -> 0.11.11
Diff: https://github.com/Myriad-Dreamin/tinymist/compare/refs/tags/v0.11.10...v0.11.11

Changelog: https://github.com/Myriad-Dreamin/tinymist/blob/refs/tags/v0.11.11/CHANGELOG.md
2024-06-17 08:25:20 +02:00
Fabian AffolterandGitHub 029c06e1fd Merge pull request #320279 from fabaff/publicsuffixlist-bump
python312Packages.publicsuffixlist: 0.10.1.20240605 -> 0.10.1.20240616
2024-06-17 08:18:37 +02:00
Fabian AffolterandGitHub d87e415a79 Merge pull request #320280 from fabaff/pyexploitdb-bump
python312Packages.pyexploitdb: 0.2.21 -> 0.2.22
2024-06-17 08:18:20 +02:00
Fabian AffolterandGitHub 712c5c6bb7 Merge pull request #320281 from fabaff/sse-starlette-bump
python312Packages.sse-starlette: 2.1.0 -> 2.1.2
2024-06-17 08:18:09 +02:00
Fabian AffolterandGitHub 3d554c5a57 Merge pull request #320284 from fabaff/timezonefinder-bump
python312Packages.timezonefinder: 6.5.0 -> 6.5.1
2024-06-17 08:17:55 +02:00
Fabian AffolterandGitHub a006356411 Merge pull request #320298 from fabaff/slack-sdk-bump
python312Packages.slack-sdk: 3.28.0 -> 3.29.0
2024-06-17 08:17:44 +02:00
Fabian AffolterandGitHub c41d1eef8e Merge pull request #320217 from r-ryantm/auto-update/python311Packages.piccolo-theme
python311Packages.piccolo-theme: 0.22.0 -> 0.23.0
2024-06-17 08:17:08 +02:00
Pol DellaieraandGitHub d7124da0b8 Merge pull request #320357 from Aleksanaa/media-downloader
media-downloader: move to pkgs/by-name
2024-06-17 08:16:33 +02:00
rewineandGitHub e2efed58f1 Merge pull request #320426 from r-ryantm/auto-update/neocmakelsp
neocmakelsp: 0.7.3 -> 0.7.4
2024-06-17 13:42:47 +08:00
Pol DellaieraandGitHub f31aab14b0 Merge pull request #320219 from drupol/python3Packages-curl-cffi-downgrade
python3Packages.curl-cffi: fix version string
2024-06-17 07:37:26 +02:00
R. Ryantm 8e8aa62fe8 neocmakelsp: 0.7.3 -> 0.7.4 2024-06-17 04:18:45 +00:00
John EricsonandGitHub 8ffc704d8c Merge pull request #318179 from rhelmot/freebsd-less
less: add upstream patch to fix FreeBSD build
2024-06-16 23:49:35 -04:00
John EricsonandGitHub 483a8dc493 Merge pull request #317227 from rhelmot/freebsd-nix-boehmgc
nix: make boehmgc patch respect HAVE_PTHREAD_ATTR_GET_NP
2024-06-16 23:39:01 -04:00
John EricsonandGitHub c5b1ce10d9 Merge pull request #315176 from rhelmot/freebsd-minimal3/freebsd-various
freebsd: various improvements and new packages
2024-06-16 23:16:31 -04:00
SandroandGitHub ca4f0becf9 nixos/oauth2-proxy: restart service when keyFile option changes (#320325) 2024-06-16 22:23:14 -04:00
nixpkgs-merge-bot[bot]andGitHub 311a2516f0 Merge pull request #320393 from r-ryantm/auto-update/pyprland
pyprland: 2.3.7 -> 2.3.8
2024-06-17 01:38:59 +00:00
YtandGitHub a7363cc711 Merge pull request #320342 from jpds/quickwit-enable-ui
quickwit: enable UI
2024-06-17 01:17:53 +00:00
NydragonandMatthieu Coudron 3bc13a6170 cliphist: add contribution scripts
cliphist has some scrips that do some of the work of integrating it with
fzf, rofi & wofi. They weren't present in the derivation yet, so this
commit is adding them.

scripts: https://github.com/sentriz/cliphist/tree/master/contrib
2024-06-17 03:14:08 +02:00
95fb89c652 Sylk: rename to sylk (#320306)
* Sylk: rename to sylk

* sylk: fix meta.sourceProvenance

---------

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2024-06-16 22:09:50 -03:00
ArtturinandGitHub b24cf9b536 Merge pull request #320353 from h7x4/pkgs-fix-ananicy-cpp-license
ananicy-cpp: fix license
2024-06-17 04:02:32 +03:00
R. RyantmandDmitry Kalinkin fb008aa9d5 python311Packages.mplhep: 0.3.48 -> 0.3.49 2024-06-16 21:01:11 -04:00
Aaron AndersenandGitHub 2873030a27 Merge pull request #320341 from sanzoghenzo/add-kodi-raiplay
kodi-raiplay: init at 4.1.2
2024-06-16 20:43:44 -04:00
R. Ryantm 0c8e888c9f pyprland: 2.3.7 -> 2.3.8 2024-06-17 00:23:27 +00:00
R. Ryantm 4a7043fd6c mdbook-graphviz: 0.1.7 -> 0.2.0 2024-06-16 23:54:17 +00:00
ZitroneandGitHub 63b875e099 SPAdes: refactor 2024-06-16 20:18:13 -03:00
Nikolay KorotkiyandGitHub 80f3f19e1e Merge pull request #320359 from r-ryantm/auto-update/mkgmap
mkgmap: 4919 -> 4921
2024-06-17 02:35:18 +04:00
Jonathan Davies 6e577b6da1 quickwit: Enable full LTO build 2024-06-16 23:18:43 +01:00
Jonathan Davies 87bded6713 nixos/quickwit: Added ingest/query test by Thomas Cheronneau 2024-06-16 23:18:41 +01:00
Jonathan Davies d7581094f9 nixos/quickwit: Created subtest for verifying UI installation 2024-06-16 23:18:40 +01:00
Jonathan Davies 773f17e1df quickwit: Enable building UI
Based on patch by Thomas Cheronneau
2024-06-16 23:18:33 +01:00
Julien MalkaandGitHub b96d99b63d Merge pull request #320291 from JulienMalka/init-joularjx
joularjx: init at 2.9.0
2024-06-17 00:00:48 +02:00
Julien MalkaandGitHub cf4afc1c78 Merge pull request #320289 from JulienMalka/init-powerjoular
powerjoular: init at 0.7.3
2024-06-17 00:00:02 +02:00
Julien Malka d29a5fb031 joularjx: init at 2.9.0 2024-06-16 23:59:15 +02:00
Julien Malka c64175dae0 powerjoular: init at 0.7.3 2024-06-16 23:57:12 +02:00
Jonas HeinrichandGitHub c20473241d Merge pull request #320173 from sn0wm1x/hatsu
hatsu: init at 0.2.0
2024-06-16 23:55:01 +02:00
Felix BühlerandGitHub ec48be343d Merge pull request #320351 from Stunkymonkey/freshrss-enable-doc-improve
nixos/freshrss: add description about php-fpm
2024-06-16 23:30:26 +02:00
André SilvaandGitHub acfb228c7b Merge pull request #319832 from andresilva/polkadot-v1.13.0
polkadot: 1.12.0 -> 1.13.0
2024-06-16 22:22:28 +01:00
10f11abbd1 vscode-extensions.ms-vscode-remote.remote-ssh-edit: init at 0.86.0 (#317474)
Co-authored-by: Gavin John
2024-06-16 18:15:39 -03:00
Weijia WangandGitHub 653a4744aa Merge pull request #320296 from quantenzitrone/literadte
Literate: rename to literate
2024-06-16 23:07:50 +02:00
Weijia WangandGitHub 9311fa85c8 Merge pull request #320275 from quantenzitrone/fil-plugins
FIL-plugins: rename to fil-plugins
2024-06-16 23:06:29 +02:00
Weijia WangandGitHub 66540e5f9e Merge pull request #320331 from coffeeispower/patch-1
maintainers: update github username from `coffee-is-power` to `coffeeispower`
2024-06-16 23:00:47 +02:00