Commit Graph

54087 Commits

Author SHA1 Message Date
figsoda
25a22361ad
Merge pull request #212755 from candyc1oud/quantlib
quantlib: init at 1.29
2023-01-27 23:09:58 -05:00
Bobby Rong
df28e02725
Merge pull request #212981 from bobby285271/upd/gnome-flashback
GNOME (flashback) updates
2023-01-28 11:57:19 +08:00
Candy Cloud
5696ea6444 quantlib: init at 1.29 2023-01-28 03:29:02 +00:00
Weijia Wang
61c6a19154
Merge pull request #212901 from bcdarwin/itk-ants-unpin-vtk
itk, ants: unpin vtk
2023-01-28 03:24:41 +01:00
Martin Weinelt
c5d851b8ba
Merge pull request #213037 from r-ryantm/auto-update/libgbinder
libgbinder: 1.1.31 -> 1.1.32
2023-01-27 23:12:12 +00:00
R. Ryantm
35ca8382c6 libgbinder: 1.1.31 -> 1.1.32 2023-01-27 22:35:02 +00:00
John Ericson
7f1db6c274
Merge pull request #212564 from alyssais/libindicator-cross
libindicator-gtk2,libindicator-gtk3: fix cross
2023-01-27 14:22:13 -05:00
John Ericson
373feb5087
Merge pull request #212501 from alyssais/volume_key-cross
volume_key: fix cross
2023-01-27 14:21:49 -05:00
R. RyanTM
13081587cb
libayatana-indicator: 0.9.2 -> 0.9.3 (#212885) 2023-01-27 16:23:02 +00:00
Bobby Rong
4bcd4a329a
gnome-desktop: 43 → 43.1
https://gitlab.gnome.org/GNOME/gnome-desktop/-/compare/43...43.1
2023-01-27 23:44:15 +08:00
Sandro
c3e57afe6b
Merge pull request #192695 from bcdarwin/edlib-init
python310Packages.edlib: init at 1.3.9
2023-01-27 13:17:36 +01:00
Sandro
873acaa045
Merge pull request #210392 from bcdarwin/update-elastix 2023-01-27 12:53:35 +01:00
Weijia Wang
ec481f0351
Revert "wlroots: backport patch for free() of ununitialized" 2023-01-27 10:31:43 +01:00
Weijia Wang
44b8ce98d8
Merge pull request #212900 from r-ryantm/auto-update/simdjson
simdjson: 3.0.1 -> 3.1.0
2023-01-27 09:50:08 +01:00
Ben Darwin
08975fa8f3 itk: unpin vtk dependency 2023-01-27 00:21:21 -05:00
R. Ryantm
3f7af89bd3 simdjson: 3.0.1 -> 3.1.0 2023-01-27 05:08:57 +00:00
Weijia Wang
ac7a109da4
Merge pull request #212812 from Shawn8901/remove_with_lib_3
treewide: remove global with lib; statements in pkgs/development
2023-01-27 04:49:58 +01:00
Weijia Wang
e8f5f5e4f8
Merge pull request #212865 from r-ryantm/auto-update/cmark-gfm
cmark-gfm: 0.29.0.gfm.6 -> 0.29.0.gfm.8
2023-01-27 02:24:14 +01:00
Nick Cao
6edf70de93
Merge pull request #211827 from r-ryantm/auto-update/libvgm
libvgm: unstable-2022-11-25 -> unstable-2023-01-18
2023-01-27 08:30:33 +08:00
Ben Darwin
6a04042b5c elastix: 5.0.1 -> 5.1.0
Dropped `python3` dependency since it's only used to run some tests, but these error as the `itk` python package is not present (or indeed available in Nixpkgs)
2023-01-26 19:24:54 -05:00
Nick Cao
0a216732d8
Merge pull request #186559 from NickCao/rapidjson
rapidjson: fix cross compilation, cleanup checkPhase
2023-01-27 08:24:32 +08:00
R. Ryantm
131750f569 cmark-gfm: 0.29.0.gfm.6 -> 0.29.0.gfm.8 2023-01-27 00:24:26 +00:00
Sandro
6ecd8dae52
Merge pull request #208068 from bcdarwin/update-simpleitk 2023-01-27 01:20:57 +01:00
Nick Cao
b5917942aa
Merge pull request #212723 from NickCao/krun
libkrunfw: 3.8.1 -> 3.9.0, libkrun: 1.4.8 -> 1.5.0
2023-01-27 08:09:34 +08:00
John Ericson
e0d9cff058
Merge pull request #212850 from alyssais/avahi-freebsd
avahi: fix build for FreeBSD
2023-01-26 17:51:29 -05:00
Alyssa Ross
64867daeae
avahi: fix build for FreeBSD 2023-01-26 21:54:31 +00:00
Weijia Wang
62c648bd66
Merge pull request #212455 from bcdarwin/vtk-bump-default-version
vtk, vtkWithQt5: bump from vtk_8 to vtk_9
2023-01-26 19:25:48 +01:00
Alyssa Ross
8e9e08a587 glib: fix build for FreeBSD
These same options are disabled in FreeBSD Ports.
2023-01-26 17:56:44 +00:00
Alyssa Ross
252a20d0a5 glib: use a better homepage
The previous homepage barely mention Glib.
2023-01-26 17:56:44 +00:00
Alyssa Ross
a2ed6cff34 libelf: use the normal version on FreeBSD
libelf-freebsd predates our current efforts at FreeBSD in Nixpkgs, and
I'm not sure how it could ever have been a libelf replacement, as it
just copies a bunch of C files into $out.  Let's just replace it with
the normal version (after we've fixed its build.)

We might end up wanting to use freebsd.libelf — I'm not sure, but
currently it doesn't even build so it's out of consideration for now.
2023-01-26 17:56:44 +00:00
Alyssa Ross
6b692bc868 libelf: use autoreconfHook for NetBSD cross
This was a precedence mistake when I added this conditional — the ++
that adds autoreconfHook only took effect in the else branch.

Fixes: fc04308b0a ("libelf: fix build on NetBSD")
2023-01-26 17:56:44 +00:00
Weijia Wang
08bb60901d
Merge pull request #212540 from amjoseph-nixpkgs/pr/libarchive/unbreak-static
libarchive: backport fix for static linking
2023-01-26 18:35:01 +01:00
Weijia Wang
50a43147fd
Merge pull request #212298 from amjoseph-nixpkgs/pr/wlroots/fixbuild
wlroots: backport patch for free() of ununitialized
2023-01-26 18:32:25 +01:00
Shawn8901
a59dda942c treewide: remove global with lib; statements in pkgs/development 2023-01-26 18:31:02 +01:00
Ben Darwin
9317002b85 edlib: init at unstable-2021-08-20 2023-01-26 11:16:38 -05:00
Weijia Wang
dcd69bc308
Merge pull request #212714 from wegank/aarch64-gcc-comments
treewide: mark #201254
2023-01-26 15:38:04 +01:00
Weijia Wang
52a28708b8 treewide: mark #201254 2023-01-26 15:11:41 +01:00
Nick Cao
4fca325432
Merge pull request #212655 from schuelermine/add/exprtk
exprtk: init at 2021-12-31
2023-01-26 19:14:19 +08:00
Anselm Schüler
556a5f8071 exprtk: init at unstable-2021-12-31 2023-01-26 11:58:17 +01:00
Vladimír Čunát
d1cb625676
Revert "libdatrie: depend on libiconv unconditionally" 2023-01-26 08:09:51 +01:00
Nick Cao
3ca61b8b71
libkrun: 1.4.8 -> 1.5.0
Diff: https://github.com/containers/libkrun/compare/v1.4.8...v1.5.0
2023-01-26 15:07:14 +08:00
Nick Cao
44bf326ecd
libkrunfw: 3.8.1 -> 3.9.0
Diff: https://github.com/containers/libkrunfw/compare/v3.8.1...v3.9.0
2023-01-26 15:06:57 +08:00
Nick Cao
08aead4390
Merge pull request #212515 from NickCao/wayvnc
wayvnc: 0.5.0 -> 0.6.1, enable checks
2023-01-26 13:49:21 +08:00
Nick Cao
fbb71f1481
Merge pull request #212696 from Vonfry/update/librime/1.8.3
librime: 1.7.3 -> 1.8.3
2023-01-26 13:27:44 +08:00
Weijia Wang
c6620a17cf
Merge pull request #212694 from nebulka1/sdl-compat-sign
SDL_compat: sign on Darwin
2023-01-26 04:34:28 +01:00
Weijia Wang
5f28c1bd4f
Merge pull request #208090 from wegank/qt5-qtwebengine-darwin
qt5.qtwebengine: unbreak on aarch64-darwin
2023-01-26 04:30:22 +01:00
Weijia Wang
3c524dae8a
Merge pull request #212690 from wegank/vtk9-darwin
vtk_9_withQt5: fix build on aarch64-darwin
2023-01-26 04:26:36 +01:00
Weijia Wang
fe51389c7e
Merge pull request #211344 from r-ryantm/auto-update/libunibreak
libunibreak: 5.0 -> 5.1
2023-01-26 04:06:44 +01:00
Vonfry
24bff40b3c
librime: 1.7.3 -> 1.8.3 2023-01-26 10:37:24 +08:00
Nebulka
92ef3744f0 SDL_compat: sign on Darwin 2023-01-26 02:03:41 +00:00