Will Fancher
c898ce2283
Merge pull request #285792 from ElvishJerricco/mongodb-cross
...
mongodb: Cleanups and fix cross compilation.
2024-02-10 21:30:08 -05:00
D3vil0p3r
689507e1e0
libewf-legacy: migrate to by-name
2024-02-11 03:18:34 +01:00
Ben Darwin
a10cc936e1
mirtk: unbreak by setting -Wno-changes-meaning
2024-02-10 20:49:59 -05:00
Martin Weinelt
e72d6a1d3f
Merge pull request #287907 from NixOS/revert-282462-libbsd0118
...
Revert "libbsd: unstable-2023-04-29 -> 0.11.8"
2024-02-11 02:27:49 +01:00
Martin Weinelt
6e8add7a68
Revert "libbsd: unstable-2023-04-29 -> 0.11.8"
2024-02-11 02:26:45 +01:00
Will Fancher
f7087dd159
Merge pull request #287743 from nagisa/adds-systemd-upholds
...
systemd: add support for upholds and upheldBy
2024-02-10 19:49:43 -05:00
R. Ryantm
b78f31334a
whisper-ctranslate2: 0.3.6 -> 0.3.9
2024-02-11 00:35:50 +00:00
Martin Weinelt
aeea37e779
Merge pull request #287480 from NixOS/home-assistant
...
home-assistant: 2024.1.6 -> 2024.2.1
2024-02-11 01:18:04 +01:00
Martin Weinelt
a971794a61
Merge pull request #287900 from patka-123/python311Packages-pytest-mypy
...
python311Packages.pytest-mypy: fix build
2024-02-11 01:10:57 +01:00
Patka
58906a9d09
python311Packages.pytest-mypy: fix build
2024-02-11 01:08:44 +01:00
Martin Weinelt
c2576b5a25
Merge pull request #287893 from patka-123/python311Packages-async-tkinter-loop
...
python311Packages.async-tkinter-loop: fix build
2024-02-11 00:46:34 +01:00
Sergei Trofimovich
ea3da05805
sptk: fix gcc-13
build failure
...
Without the change build fails on` master` as
https://hydra.nixos.org/build/247569562 :
/build/source/src/conversion/autocorrelation_to_composite_sinusoidal_modeling.cc:25:1: error: 'uint64_t' does not name a type
25 | uint64_t CalculateBinomialCoefficient(int n, int k) {
| ^~~~~~~~
/build/source/src/conversion/autocorrelation_to_composite_sinusoidal_modeling.cc:21:1: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
20 | #include <cmath> // std::acos, std::fabs, std::pow
+++ |+#include <cstdint>
21 | #include <cstddef> // std::size_t
2024-02-10 23:32:16 +00:00
Patka
3e34b225f9
python311Packages.async-tkinter-loop: fix build
2024-02-11 00:09:06 +01:00
Luke Granger-Brown
468324ce94
Merge pull request #287863 from leona-ya/paperless-ngx-2.5.0
...
paperless-ngx: 2.4.3 -> 2.5.0
2024-02-10 22:54:34 +00:00
Sergei Trofimovich
4ad44f64c5
retroshare: fix gcc-13
build failure
...
Without the change the build fails on `master` as
https://hydra.nixos.org/build/247631504 :
In file included from gui/statistics/Histogram.cpp:23:
gui/statistics/Histogram.h:35:27: error: 'uint32_t' was not declared in this scope
35 | const std::vector<uint32_t>& entries() const { return mBins; }
| ^~~~~~~~
2024-02-10 22:34:13 +00:00
Yt
abeda07c63
Merge pull request #287844 from r-ryantm/auto-update/python311Packages.unstructured
...
python311Packages.unstructured: 0.12.0 -> 0.12.4
2024-02-10 22:26:00 +00:00
Robert Schütz
8fe9d0d90a
Merge pull request #287579 from dotlambda/ipmicfg-src
...
ipmicfg: update src url
2024-02-10 22:22:54 +00:00
Martin Weinelt
ec1e5ded45
Merge pull request #287876 from patka-123/python311Packages-ilua
...
python311Packages.ilua: fix build
2024-02-10 23:16:14 +01:00
a-n-n-a-l-e-e
8968441db0
Merge pull request #287333 from mfrischknecht/fix-ite-backlight-build
...
ite-backlight: fix build issues with GCC 13
2024-02-10 14:13:27 -08:00
Luke Granger-Brown
5ae22a9102
Merge pull request #282504 from simonhollingshead/libwpg034
...
libwpg: 0.3.3 -> 0.3.4
2024-02-10 22:05:13 +00:00
Luke Granger-Brown
167e9bf51a
Merge pull request #282493 from simonhollingshead/libwpd0103
...
libwpd: 0.10.0 -> 0.10.3
2024-02-10 22:05:02 +00:00
Luke Granger-Brown
0b2e2cab82
Merge pull request #282462 from simonhollingshead/libbsd0118
...
libbsd: unstable-2023-04-29 -> 0.11.8
2024-02-10 22:04:28 +00:00
Luke Granger-Brown
c301c46a01
Merge pull request #282223 from simonhollingshead/db62
...
db62: 6.2.23 -> 6.2.32
2024-02-10 22:03:53 +00:00
Luke Granger-Brown
0baf3a9824
Merge pull request #282228 from simonhollingshead/db60
...
db60: 6.0.20 -> 6.0.30
2024-02-10 22:03:43 +00:00
Sergei Trofimovich
4b7a8b4a79
reactphysics3d: fix gcc-13
build failure
...
Without the change build fails in `master` as
https://hydra.nixos.org/build/247669747 :
In file included from /build/source/include/reactphysics3d/engine/Entity.h:30,
from /build/source/include/reactphysics3d/body/CollisionBody.h:31,
from /build/source/src/body/CollisionBody.cpp:27:
/build/source/include/reactphysics3d/configuration.h:68:19: error: 'int8_t' in namespace 'std' does not name a type; did you mean 'wint_t'?
68 | using int8 = std::int8_t;
| ^~~~~~
| wint_t
2024-02-10 21:59:43 +00:00
Weijia Wang
3b56a79abc
Merge pull request #285617 from k3a/diffuse-icons
...
diffuse: fix missing icons and use absolute path to macos bundle in the diffuse CLI wrapper for macos
2024-02-10 22:56:03 +01:00
Mario Rodas
701a8dca78
Merge pull request #287849 from fabaff/exploitdb-bump
...
exploitdb: 2024-02-07 -> 2024-02-10
2024-02-10 16:50:15 -05:00
Mario Rodas
a9a4c53b63
Merge pull request #287840 from AkechiShiro/step-down-maintainership
...
azure-cli, pitivi: remove maintainer
2024-02-10 16:50:00 -05:00
R. Ryantm
7e843daca9
minio-client: 2024-01-31T08-59-40Z -> 2024-02-09T22-18-24Z
2024-02-10 21:49:13 +00:00
Mario Rodas
b4993dd2ff
Merge pull request #287760 from trofi/nanosaur2-gcc-13-fix-update
...
nanosaur2: 2.1.0 -> 2.1.0-unstable-2023-05-21
2024-02-10 16:46:56 -05:00
Mario Rodas
629942fec4
Merge pull request #285870 from trofi/nix-dont-clobber-warnings
...
nix: drop warning disabling on `gcc-13`
2024-02-10 16:46:35 -05:00
Patka
a947b8de78
python311Packages.ilua: fix build
2024-02-10 22:39:36 +01:00
Sergei Trofimovich
d9b9cdd10c
pingus: fix gcc-13
build failure
...
Without the change the build in `master` fails as
https://hydra.nixos.org/build/247719962 :
In file included from /build/pingus-709546d/src/engine/display/font_description.hpp:23,
from /build/pingus-709546d/src/engine/display/font_description.cpp:17:
/build/pingus-709546d/src/util/pathname.hpp:79:3: error: 'uint64_t' does not name a type
79 | uint64_t mtime() const;
| ^~~~~~~~
2024-02-10 21:35:06 +00:00
Martin Weinelt
87b1a9fcae
Merge pull request #287870 from patka-123/python311Packages-bbox
...
python311Packages.bbox: fix build
2024-02-10 22:21:30 +01:00
Patka
7c839660f1
python311Packages.bbox: fix build
2024-02-10 22:20:10 +01:00
Kerstin
1e3a05d846
Merge pull request #287830 from trofi/osrm-backend-gcc-13-fix
...
osrm-backend: fix `gcc-13` build
2024-02-10 22:17:34 +01:00
Thomas Gerbet
9c112d37cd
Merge pull request #285170 from r-ryantm/auto-update/libmodsecurity
...
libmodsecurity: 3.0.11 -> 3.0.12
2024-02-10 22:14:20 +01:00
Julian Stecklina
ea2bb08e93
virtualbox: 7.0.12 -> 7.0.14
2024-02-10 21:03:32 +00:00
Martin Weinelt
daafb1238d
Merge pull request #287859 from patka-123/python311Packages-testbook
...
python311Packages.testbook: fix build
2024-02-10 21:45:53 +01:00
Patka
33cb7d5387
python311Packages.testbook: fix build
2024-02-10 21:41:28 +01:00
Sergei Trofimovich
bdaeae3fba
p4c: fix gcc-13
build failure
...
Without the change build fails on `master` as
https://hydra.nixos.org/build/247605854 :
In file included from /build/source/lib/hex.cpp:17:
/build/source/lib/hex.h:25:5: error: 'intmax_t' does not name a type; did you mean 'int8_t'?
25 | intmax_t val;
| ^~~~~~~~
| int8_t
2024-02-10 20:39:46 +00:00
Leona Maroni
61c77eadfb
paperless-ngx: 2.4.3 -> 2.5.0
...
https://github.com/paperless-ngx/paperless-ngx/releases/tag/v2.5.0
2024-02-10 21:39:21 +01:00
Weijia Wang
c00ace12ae
Merge pull request #287814 from trofi/openboardview-gcc-13-fix
...
openboardview: fix `gcc-13` build failure
2024-02-10 21:36:37 +01:00
Weijia Wang
9d579087ef
Merge pull request #287718 from trofi/mcrl2-update
...
mcrl2: 202206 -> 202307
2024-02-10 21:35:55 +01:00
Weijia Wang
7c66bc81f0
Merge pull request #287641 from wegank/jogl-rename
...
javaPackages.jogl_2_4_0: rename to jogl
2024-02-10 21:34:56 +01:00
Simonas Kazlauskas
fd5664871f
review
2024-02-10 22:25:24 +02:00
Peder Bergebakken Sundt
4907e7a50c
Merge pull request #287773 from pbsds/bump-pdoc-1707572169
...
python3Packages.pdoc: 14.2.0 -> 14.4.0
2024-02-10 20:49:34 +01:00
kirillrdy
43b961594c
Merge pull request #287705 from deinferno/pantum-driver-update
...
pantum-driver: 1.1.84 -> 1.1.106
2024-02-11 06:44:59 +11:00
Fabian Affolter
216633370e
Merge pull request #287795 from ocfox/fix-quark-engine
...
quark-engine: fix build
2024-02-10 20:21:22 +01:00
Weijia Wang
4d23f906c6
Merge pull request #287799 from ocfox/fix-lektor
...
lektor: fix build
2024-02-10 20:19:21 +01:00