Commit Graph

705431 Commits

Author SHA1 Message Date
Aleksana
031c0841b4
immudb: 1.9DOM.2 -> 1.9.5 (#337770) 2024-11-08 13:03:33 +08:00
Zhong Jianxin
8dfed1b9a4 swift: Workaround Hydra darwin build problem
Fail to build with ninja 1.12 when NIX_BUILD_CORES is low (Hydra or Github Actions):

```
ld: warning: directory not found for option '-L/nix/store/g9rbp9m6vs1xj4jl6b6vjb6bm8kgr107-SDKs/MacOSX10.15.sdk/usr/lib/swift'
...
ld: warning: Could not find or use auto-linked library 'swiftCompatibility56'
Undefined symbols for architecture arm64:
  "__swift_FORCE_LOAD_$_swiftCompatibility56", referenced from:
      __swift_FORCE_LOAD_$_swiftCompatibility56_$_Optimizer in libswiftCompilerModules-bootstrapping1.a(Optimizer.o)
  ...
```

Can reproduce using `nix --option cores 2 build -f . swiftPackages.swift-unwrapped`.

Until we find out the exact cause, follow [swift upstream][1], pin ninja to version
1.11.1.

[1]: https://github.com/swiftlang/swift/pull/72989
2024-11-08 12:31:09 +08:00
Emily
ff5eb0c8f4
ninja_1_11: init at 1.11.1 (#354367) 2024-11-08 04:25:40 +00:00
Emily
05ccba8cee ninja_1_11: init at 1.11.1
Swift 5.8 doesn’t reliably build with Ninja 1.12, and apparently
neither do old versions of ROCm, due to a build scheduling change
breaking builds with undeclared dependencies. Upstream Swift have
pinned 1.11 for now.

Reintroducing it isn’t a good long‐term solution, but seems
like the easiest way to avoid shipping 24.11 with a broken Swift
on Darwin. The patch for 32‐bit systems has not been restored,
as Swift doesn’t support them anyway.
2024-11-08 03:56:29 +00:00
MilesCranmer
9aa30e6dd1
rip2: init at 0.9.0
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-11-07 22:40:44 -05:00
Martin Weinelt
daedb92c7f
python312Packages.django-oauth-toolkit: use pytest-cov-stub (#354386) 2024-11-08 04:40:37 +01:00
Martin Weinelt
f36ddf89a8
python312Packages.django-oauth-toolkit: use pytest-cov-stub
and only expose DJANGO_SETTINGS_MODULE for tests.
2024-11-08 04:29:33 +01:00
Bu Kun
21107d7bc1
wechat-uos: 4.0.0.21 -> 4.0.0.23 2024-11-08 11:15:44 +08:00
José Romildo
081c63905b lxqt.lxqt-wayland-session: init at 0.1.0 2024-11-07 23:57:41 -03:00
José Romildo
5fff027e31 lxqt.xdg-desktop-portal-lxqt: 1.0.2 -> 1.1.0 2024-11-07 23:55:37 -03:00
José Romildo
32dd7af54d lxqt.screengrab: 2.8.0 -> 2.9.0 2024-11-07 23:55:37 -03:00
José Romildo
3911a6abec lxqt.qtxdg-tools: 4.0.0 -> 4.1.0 2024-11-07 23:55:37 -03:00
José Romildo
821a3045db lxqt.qtermwidget: 2.0.1 -> 2.1.0 2024-11-07 23:55:37 -03:00
José Romildo
51089e0624 lxqt.qterminal: 2.0.1 -> 2.1.0 2024-11-07 23:55:37 -03:00
José Romildo
994308a449 lxqt.qps: 2.9.0 -> 2.10.0 2024-11-07 23:55:37 -03:00
José Romildo
5444f4c890 lxqt.pcmanfm-qt: 2.0.0 -> 2.1.0 2024-11-07 23:55:36 -03:00
José Romildo
7336b9ae24 lxqt.pavucontrol-qt: 2.0.0 -> 2.1.0 2024-11-07 23:55:36 -03:00
José Romildo
79af93c684 lxqt.lxqt-themes: 2.0.0 -> 2.1.0 2024-11-07 23:55:36 -03:00
José Romildo
970b83abc3 lxqt.lxqt-runner: 2.0.0 -> 2.1.0 2024-11-07 23:55:36 -03:00
José Romildo
c3ccb218d9 lxqt.lxqt-sudo: 2.0.0 -> 2.1.0 2024-11-07 23:55:36 -03:00
José Romildo
c9ba2c521e lxqt.lxqt-session: 2.0.0 -> 2.1.0 2024-11-07 23:55:36 -03:00
José Romildo
b25ea955b1 lxqt.lxqt-qtplugin: 2.0.0 -> 2.1.0 2024-11-07 23:55:36 -03:00
José Romildo
170195dfa8 lxqt.lxqt-powermanagement: 2.0.0 -> 2.1.0 2024-11-07 23:55:36 -03:00
José Romildo
d44fb5a6de lxqt.lxqt-policykit: 2.0.0 -> 2.1.0 2024-11-07 23:55:36 -03:00
José Romildo
872c73caa7 lxqt.lxqt-panel: 2.0.1 -> 2.1.1 2024-11-07 23:55:29 -03:00
Bu Kun
fd10acfd94
wechat-uos: Remove libuosdevicea and license as they no longer needed in 4.0.0.21 2024-11-08 10:46:44 +08:00
Aleksana
6405455a9d
multivnc: init at 2.8.1 (#353877) 2024-11-08 10:21:08 +08:00
Austin Horstman
65cf1d7ca8
_1password-cli: 2.30.0 -> 2.30.3 (#354373) 2024-11-07 20:11:09 -06:00
Artturin
5d2c1cecc5
gettext: fix compiling with clang (#348676) 2024-11-08 04:05:37 +02:00
Thiago Kenji Okada
675cca8d34
osu-lazer: add vulkan support (#354330) 2024-11-08 02:04:14 +00:00
Pedro Mendes
0b163fa12a vimPlugins.one-small-step-for-vimkind: init at 2024-11-07 2024-11-07 22:50:29 -03:00
R. Ryantm
c167ff0416 _1password-cli: 2.30.0 -> 2.30.3 2024-11-08 01:25:41 +00:00
ThinkChaos
c5450fcb4b
nixos/authelia: start after network-online.target 2024-11-07 20:24:05 -05:00
R. Ryantm
4bd5790369 zfind: 0.4.5 -> 0.4.6 2024-11-08 01:20:02 +00:00
ThinkChaos
b432e86caf
nixos/acme: remove unused binding in tests 2024-11-07 20:19:12 -05:00
ThinkChaos
1bd7f1374d
nixos/acme: use non deprecated CLI flag for dnsPropagationCheck 2024-11-07 20:19:12 -05:00
ThinkChaos
3c2e82337d
nixos/web-servers: assert ACME cert access via service user and groups
Allows giving access using SupplementaryGroups.
2024-11-07 20:19:12 -05:00
ThinkChaos
03122b43c8
nixos/nginx: not "before" ACME certs using DNS validation
Relax dependency with certs that are validated via DNS challenge since
we know the HTTP server is not required for that validation.
This allows marking the server's service as depending on the cert.
2024-11-07 20:19:12 -05:00
ThinkChaos
26d6294deb
nixos/caddy: not "before" ACME certs using DNS validation
Relax dependency with certs that are validated via DNS challenge since
we know the HTTP server is not required for that validation.
This allows marking the server's service as depending on the cert.
2024-11-07 20:19:12 -05:00
ThinkChaos
b99d3a4f8b
nixos/apache: not "before" ACME certs using DNS validation
Relax dependency with certs that are validated via DNS challenge since
we know the HTTP server is not required for that validation.
This allows marking the server's service as depending on the cert.
2024-11-07 20:18:20 -05:00
Gliczy
b496d7ea4e sudo: 1.9.15p5 -> 1.9.16 2024-11-08 02:11:14 +01:00
DontEatOreo
e4f13d475b
alt-tab-macos: 6.73.0 -> 7.2.0
Changelog: https://github.com/lwouis/alt-tab-macos/releases/tag/v7.2.0
Diff: https://github.com/lwouis/alt-tab-macos/compare/v6.73.0...v7.2.0
2024-11-08 00:32:43 +00:00
nixpkgs-upkeep-bot
8bdc3c1d71 vscode: 1.95.1 -> 1.95.2 2024-11-08 00:32:38 +00:00
OTABI Tomoya
c6f1ef99d1
python312Packages.trx-python: init at 0.3; python312Packages.dipy: 1.7.0 -> 1.9.0 (#353282) 2024-11-08 09:06:35 +09:00
Austin Horstman
9cc818cb14
kubetrim: init at 0.0.1 (#354130) 2024-11-07 18:04:00 -06:00
Kira Bruneau
ed1b999575
geoclue: fix placing updateScript in passthru (#354243) 2024-11-07 18:55:51 -05:00
John Chadwick
95faddaab7 ghidra-bin: add aarch64 platforms 2024-11-07 18:54:48 -05:00
Thiago Kenji Okada
a390a396dd
cockpit: 318 -> 328 (#342328) 2024-11-07 23:43:50 +00:00
Emily
b28c1ff248 nixos/doc/rl-2411: note VirtualBox demo appliance removal 2024-11-07 23:41:51 +00:00
Emily
ff5fea0a29 nixos/{demo,installer/virtualbox-demo}: drop
This is no longer referenced anywhere and so will inevitably bitrot,
and doesn’t do anything that isn’t simple to achieve with the
module documentation.
2024-11-07 23:41:51 +00:00