Commit Graph

706630 Commits

Author SHA1 Message Date
Weijia Wang
99ad7da9e3
nixosTests.frr: fix node.router.config warning (#354710) 2024-11-11 00:54:13 +01:00
Weijia Wang
a44589e11d
python312Packages.phonopy: 2.28.0 -> 2.29.1, fix build (#354523) 2024-11-11 00:53:16 +01:00
Weijia Wang
cb9613de4c
python312Packages.tskit: relax numpy build-time constraint, unbreak (#354512) 2024-11-11 00:47:34 +01:00
Martin Weinelt
bc1a933e12
evcc: 0.131.4 -> 0.131.5 (#355083) 2024-11-11 00:26:47 +01:00
Martin Weinelt
20ee593171
nixos/frigate: Set SyslogIdentifier for better log entries (#355088) 2024-11-11 00:23:54 +01:00
nartsisss
dffd81afc3
matugen: fix hash 2024-11-11 02:20:56 +03:00
R. Ryantm
78553d1bf1 ut: 2.1.0 -> 2.1.1 2024-11-10 23:19:34 +00:00
Lin Jian
503b5b4c8c
rime-zhwiki: init at 20240909 (#354931) 2024-11-11 07:16:13 +08:00
Andrew Marshall
dac96aac49 nixos/frigate: Set SyslogIdentifier for better log entries
Systemd defaults to the name of the exec-ed process, which in this case
is python. That's not so helpful when looking through syslog, so adjust
accordingly.
2024-11-10 17:49:20 -05:00
K900
871087c18d
nixos/acme: do not limit credentials functionality to DNS/S3 config (#348344) 2024-11-11 01:43:53 +03:00
Sandro
8c164faef4
nixos/nextcloud-notify_push: fix defaultText rendering (#352479) 2024-11-10 23:42:18 +01:00
Theodore Ni
8209b0d9b9
netclient: 0.25.0 -> 0.26.0 (#354525) 2024-11-10 14:31:18 -08:00
griffi-gh
fdd3f0bd8d ttysvr: init at 0.3.3 2024-11-10 23:30:12 +01:00
Theodore Ni
96115f6566
python312Packages.pytest-flake8: 1.2.2 -> 1.3.0 (#354743) 2024-11-10 14:23:00 -08:00
Vincenzo Mantova
6b59355398
texlivePackages.xetex: force XeTeX to use fontconfig on Darwin (#354963)
The recent stdenv changes causes XeTeX to use Core Text and Cocoa, which
prevents XeTeX from picking up the TeX Live fonts via the
FONTCONFIG_FILE variable. This change restores the previous behaviour by
forcing XeTeX to use fontconfig.
2024-11-10 17:17:37 -05:00
Dmitry Kalinkin
0eb26e77e7
python312Packages.nanobind: disable checks on x86_64-darwin
`tensorflow-bin` is not available there, but we want to use the packages
2024-11-10 17:09:28 -05:00
Sandro Jäckel
7caed32d0b
build-support/php/buildComposerRepository: show composer-repository in logs (eg: nix build) when building the vendor derivation 2024-11-10 23:07:16 +01:00
Martin Weinelt
32e064f48c
evcc: 0.131.4 -> 0.131.5
https://github.com/evcc-io/evcc/releases/tag/0.131.5
2024-11-10 22:56:24 +01:00
R. Ryantm
22bcbc13ff python312Packages.garminconnect: 0.2.19 -> 0.2.20 2024-11-10 21:52:52 +00:00
Sefa Eyeoglu
1593115346
piano-rs: init at 0.2.0 (#336405) 2024-11-10 22:34:42 +01:00
Ryan Burns
a67e90c492
wibo: 0.4.2 -> 0.6.14 (#291723) 2024-11-10 13:28:04 -08:00
Gaetan Lepage
da2a5d47fd lua-language-server: clean 2024-11-10 22:27:14 +01:00
Gaetan Lepage
7a8b3c91eb lua-language-server: move to by-name 2024-11-10 22:27:01 +01:00
Karolis Stasaitis
5b74eb9b90 scopehal-apps: darwin support 2024-11-10 22:17:30 +01:00
Martin Weinelt
71734a2297
pypy3Packages.home-assistant-chip-clusters: fix the eval (#355051) 2024-11-10 22:07:40 +01:00
Sefa Eyeoglu
ab58dcfaf4
maintainers/README: add guidelines for committers (#351744) 2024-11-10 22:04:48 +01:00
Atemu
95855a90f9
aquamarine: 0.4.3 -> 0.4.4 (#355030) 2024-11-10 21:59:56 +01:00
David McFarland
34ed0c9cc1
scarab: Apply scaling factor in Wayland (#348427) 2024-11-10 16:41:53 -04:00
Anthony ROUSSEL
c0306c0411 python312Packages.doc8: fix build 2024-11-10 21:37:32 +01:00
R. Ryantm
d14092445b hwatch: 0.3.15 -> 0.3.16 2024-11-10 20:35:27 +00:00
Gliczy
b2d3866858 simple64: 2024.09.1 -> 2024.11.1 2024-11-10 21:33:20 +01:00
Theodore Ni
ae725bafb3
python312Packages.debugpy: 1.8.7 -> 1.8.8 (#354925) 2024-11-10 11:43:41 -08:00
Luke Granger-Brown
eba346ebfe
teamspeak3: modernise (#354161) 2024-11-10 19:40:50 +00:00
Luke Granger-Brown
673033d742
yubioath-flutter: 7.1.0 -> 7.1.1 (#352448) 2024-11-10 19:36:35 +00:00
Sergei Trofimovich
8f0c9853d5 pypy3Packages.home-assistant-chip-clusters: fix the eval
Without the change the eval fails as:

    nix build --no-link -f. pypy3Packages.home-assistant-chip-clusters
    error:
       … while evaluating the attribute 'drvPath'
         at lib/customisation.nix:365:7:
          364|     in commonAttrs // {
          365|       drvPath = assert condition; drv.drvPath;
             |       ^
          366|       outPath = assert condition; drv.outPath;

       … while evaluating the attribute 'drvPath'
         at lib/customisation.nix:365:7:
          364|     in commonAttrs // {
          365|       drvPath = assert condition; drv.drvPath;
             |       ^
          366|       outPath = assert condition; drv.outPath;

       … while calling the 'derivationStrict' builtin
         at <nix/derivation-internal.nix>:34:12:
           33|
           34|   strict = derivationStrict drvAttrs;
             |            ^
           35|

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: expected a set but found null: null

It happens because one of the dependencies is `null`:

    nix-repl> pypy310Packages.brotlicffi.propagatedBuildInputs
    [
    null
      «derivation /nix/store/1jdx98sk2ii89m6ksbfg7rv8ryp9wdgi-pypy3.10-7.3.12.drv»
    ]

Let's filter those out.
2024-11-10 19:33:56 +00:00
Moritz Sanft
e806221782
niri: 0.1.9 -> 0.1.10 2024-11-10 20:20:49 +01:00
Theodore Ni
8aed22ecd7
quarto: 1.6.30 -> 1.6.33 and apply patch (#354672) 2024-11-10 10:57:16 -08:00
Mihai Fufezan
0198cfb767
hyprlandPlugins.hyprsplit: 0.44.1 -> 0.45.0 2024-11-10 20:54:52 +02:00
Mihai Fufezan
f3f9fcf93c
hyprlandPlugins.hyprspace: 0-unstable-2024-09-16 -> 0-unstable-2024-11-02 2024-11-10 20:54:52 +02:00
Mihai Fufezan
cbc60c3610
hyprlandPlugins.hyprscroller: 0-unstable-2024-10-10 -> 0-unstable-2024-11-09 2024-11-10 20:54:52 +02:00
Mihai Fufezan
d9e2143b3e
hyprlandPlugins.hyprgrass: 0.8.2 -> 0.8.2-unstable-2024-10-30 2024-11-10 20:54:52 +02:00
Mihai Fufezan
9739ac3afe
hyprlandPlugins.hyprfocus: 0-unstable-2024-05-30 -> 0-unstable-2024-10-09 2024-11-10 20:54:52 +02:00
Mihai Fufezan
7804dcce6c
hyprlandPlugins.hypr-dynamic-cursors: 0-unstable-2024-10-10 -> 0-unstable-2024-11-10 2024-11-10 20:54:51 +02:00
Mihai Fufezan
7c6c048259
hyprlandPlugins/hyprland-plugins: 0.44.0 -> 0.45.0 2024-11-10 20:54:51 +02:00
Mihai Fufezan
e2b798c525
hyprlandPlugins.hy3: 0.44.0 -> 0.45.0
Add passthru.updateScript.
2024-11-10 20:54:51 +02:00
Masum Reza
e575fc8ffa
hyprland: 44.1 -> 45.0 (#354900) 2024-11-11 00:23:24 +05:30
Olivér Falvai
62d3c4fb59
netsurf.browser: fix darwin builds
https://hydra.nixos.org/build/276866240
2024-11-10 19:50:17 +01:00
Maximilian Bosch
0ef26b5dd6
Merge: Linux Hardened Kernel Updates for 2024-11-10 (#355023) 2024-11-10 19:31:33 +01:00
Pol Dellaiera
a6f2dfc257
pylyzer: 0.0.69 -> 0.0.70 (#354954) 2024-11-10 19:18:22 +01:00
Tomodachi94
91333a0e6d
team-list: establish java team (#352938) 2024-11-10 10:14:57 -08:00