Commit Graph
796008 Commits
Author SHA1 Message Date
Assistant 03ceea98ce flye: 2.9.5 -> 2.9.6 2025-05-03 18:05:52 -04:00
Arne KellerandGitHub 3604e05458 nodejs_24: disable two broken tests (#403974) 2025-05-04 00:00:38 +02:00
patka 1db6b4269a ultrastardx: remove no longer used pcre dependency
pcre has been removed upstream in commit e512768dae87f4abd3d67dd4dfba3fb24e90575d in 2017. It builds fine without it and there's no mention of it during build output
2025-05-03 23:52:55 +02:00
Peder Bergebakken Sundt 2cba7337ec autodock-vina: 1.2.6 -> 1.2.7
fixes https://hydra.nixos.org/build/285986633
2025-05-03 23:32:17 +02:00
Peder Bergebakken Sundt ab21c69057 autodock-vina: pin boost 2025-05-03 23:32:17 +02:00
Gliczy c85d8c61ac newsraft: 0.29 -> 0.30 2025-05-03 23:31:50 +02:00
Gaétan LepageandGitHub b440606b42 python3Packages.jupyter-book: disable tests that fail to close sqlite (#403989) 2025-05-03 23:26:49 +02:00
Katherine Jamison 085fead86a linuxKernel.kernels.linux_lqx: 6.14.4-lqx1 -> 6.14.5-lqx1 2025-05-03 14:58:14 -06:00
Pol Dellaiera b0e3140841 oras: use versionCheckHook, modernise, cleanup 2025-05-03 22:58:10 +02:00
Pol Dellaiera 1cb9626f62 ferretdb: use versionCheckHook, modernise, cleanup 2025-05-03 22:58:10 +02:00
Pol Dellaiera e547f4f252 atlantis: use versionCheckHook 2025-05-03 22:58:10 +02:00
Pol Dellaiera 21d9d56c17 metal-cli: use versionCheckHook 2025-05-03 22:58:10 +02:00
Pol Dellaiera f783f655af broot: modernise, cleanup, use versionCheckHook 2025-05-03 22:58:10 +02:00
Pol Dellaiera 7f6a5a6ed9 conftest: cleanup and modernise 2025-05-03 22:58:10 +02:00
Katherine Jamison cba4255f74 linuxKernel.kernels.linux_zen: 6.14.4-zen1 -> 6.14.5-zen1 2025-05-03 14:54:53 -06:00
R. Ryantm e9e0e1eb18 cargo-clean-recursive: 1.0.0 -> 1.1.1 2025-05-03 20:30:56 +00:00
cab5790ecc ruffle: 0-nightly-2025-04-22 -> 0-nightly-2025-05-01 (#403475)
Co-authored-by: normalcea <normalcea@users.noreply.github.com>
2025-05-03 20:04:13 +00:00
Peder Bergebakken Sundt 4f675b5144 xtreemfs: unbreak by pinning boost 2025-05-03 21:57:14 +02:00
R. Ryantm a6ca504012 mopidy-argos: 1.15.0 -> 1.16.0 2025-05-03 19:40:43 +00:00
kbandMatthieu Coudron f21e4546e3 tree-sitter-grammars.tree-sitter-netlinx: init 2025-05-03 21:26:05 +02:00
Martin Joerg 48d4d2dc4b skypeexport: cleanup 2025-05-03 19:14:11 +00:00
Alex James e848cf1316 dumbpipe: fix checkPhase with sandbox=relaxed on Darwin
dumbpipe's tests run the binary, which requires local network access.
dumbpipe also ends up invoking CoreFoundation APIs which require access
to system ICU data. [CoreFoundation will segfault if it cannot access
the system ICU data][1], so add these paths to the sandbox.

[1]: https://gist.github.com/al3xtjames/e8a260602c719bf35dae63988798e835
2025-05-03 14:12:01 -05:00
Alex James 67f61c0f0a dumbpipe: migrate to new apple-sdk pattern
Tracked by #354146.
2025-05-03 14:11:52 -05:00
Sarah Clark 995fef5c21 python3Packages.jupyter-book: disable tests that fail to close sqlite 2025-05-03 12:11:20 -07:00
Sarah Clark 5c7210f424 python3Packages.kicad: Mark broken on Darwin 2025-05-03 11:58:42 -07:00
teto df512e09a7 aws-lambda-rie: remove teto from maintainers
I dont use it. I dont mind if we get rid of it
2025-05-03 20:52:08 +02:00
Konstantin AlekseevandMatthieu Coudron e462a75ad4 playwright: 1.50.0 -> 1.52.0 2025-05-03 20:43:30 +02:00
Sergei Trofimovich 748c0e4f9c nanosaur: add missing libGL depend
Without the change the build fails as
https://hydra.nixos.org/build/294807086:

    CMake Error at /nix/store/ad4c8nx2lkjs4zq0sj9jdpn7w45v9ccs-cmake-3.31.6/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
      Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY
      OPENGL_INCLUDE_DIR)

ZHF: #403336
2025-05-03 19:32:14 +01:00
Sarah Clark e395aef9ad python3Packages.pycyphal: fixes 2025-05-03 11:27:09 -07:00
Marcin Serwin f1734abc89 azmq: pin to boost 1.83 2025-05-03 20:25:11 +02:00
Marcin Serwin 4f7686acce azmq: unstable-2023-03-23 -> 1.0.3-unstable-2025-01-19 2025-05-03 20:25:11 +02:00
Peder Bergebakken Sundt 048543d63c cpp-netlib: pin boost, unbreak
fixes https://hydra.nixos.org/build/282599473

I tried bumping to unstable (https://github.com/cpp-netlib/cpp-netlib/compare/cpp-netlib-0.13.0-final...552ce94bd91c055f11ba524adf0ca0712063d711) which claims to support boost183, but with no luck.
The cpp-netlib freebsd port notes that cpp-netlib is broken for boost>=1.87, but I could no manage to build it with boost186 even with their settings and clang.
2025-05-03 20:23:46 +02:00
Doron BeharandGitHub 0a955a5ef6 octave: 9.4.0 -> 10.1.0 (#394495) 2025-05-03 21:18:32 +03:00
Nick Bathum 709349f6f3 gradle: add toolchain paths to gradle.properties
Enable IntelliJ IDEA gradle projects to use the overridden javaToolchains
fix #207153

remove environment paths. no longer needed
2025-05-03 14:16:35 -04:00
R. Ryantm 4cb9600214 python3Packages.pydmd: 2025.04.01 -> 2025.05.01 2025-05-03 18:12:33 +00:00
R. Ryantm 51f7c5db61 python3Packages.linode-api: 5.29.0 -> 5.29.1 2025-05-03 18:10:04 +00:00
Doron BeharandGitHub a04b97726a LPCNet: unbreak on clang (#403639) 2025-05-03 21:09:37 +03:00
Doron Behar 4f21f5e00b doc: Add release notes for octave update 2025-05-03 21:05:53 +03:00
Doron Behar 1672bf352f librsb: mark as broken 2025-05-03 21:05:08 +03:00
Doron Behar ecec64036b librsb: no with lib; in meta 2025-05-03 21:05:07 +03:00
Doron Behar 98fa1e3014 librsb: 1.2.0.10 -> 1.3.0.2 2025-05-03 21:05:06 +03:00
Doron Behar dfd35625a0 octavePackages.ocl: mark as broken 2025-05-03 21:05:05 +03:00
Doron Behar 28a59449bf octavePackages.ocl: 1.2.2 -> 1.2.3 2025-05-03 21:05:04 +03:00
Doron Behar 1dc27975d1 octavePackages.optim: mark as broken 2025-05-03 21:05:03 +03:00
Doron Behar 034467457d octavePackages.ltfat: mark as broken 2025-05-03 21:05:02 +03:00
Doron Behar ec91991380 octavePackages.fits: mark as broken 2025-05-03 21:05:00 +03:00
Doron Behar b715b87197 octavePackages.econometrics: mark as broken 2025-05-03 21:04:59 +03:00
Doron Behar 034725ee33 octavePackages.data-smoothing: mark as broken 2025-05-03 21:04:58 +03:00
Doron Behar 7ed4bf4929 octavePackages.image-acquisition: 0.2.6 -> 0.3.0 2025-05-03 21:04:57 +03:00
Doron Behar 366af0fc93 octavePackages: Update meta.homepage links 2025-05-03 21:04:56 +03:00