Gliczy
e4ecd4e166
signal-desktop(aarch64-linux): 7.33.0 -> 7.34.0
...
(cherry picked from commit 14b412b918
)
2024-11-23 21:10:39 +01:00
Gliczy
e101743077
signal-desktop: 7.33.0 -> 7.34.0
...
(cherry picked from commit 04b5462665
)
2024-11-23 21:10:08 +01:00
Gliczy
118cd52663
signal-desktop: move to pkgs/by-name
...
(cherry picked from commit aa57d29b00
)
2024-11-23 21:08:29 +01:00
Gliczy
90d3e1480b
signal-desktop-beta: drop
2024-11-23 21:08:01 +01:00
Maximilian Bosch
7f21333d63
Merge: [Backport release-24.11] postgresqlPackages.{pgvecto-rs,timescaledb_toolkit}: fix build on darwin ( #358531 )
2024-11-23 20:42:54 +01:00
Emily
99f8aa1cf9
[24.11] signal-desktop-beta: drop ( #358222 )
2024-11-23 19:19:54 +00:00
Weijia Wang
3e7715cfb1
[Backport release-24.11] gdal: disable flaky tests; fix darwin ( #358389 )
2024-11-23 19:53:21 +01:00
Weijia Wang
2aec606474
[Backport release-24.11] python3Packages.sphinx-multiversion: fix build ( #358529 )
2024-11-23 19:43:03 +01:00
Wolfgang Walther
3d17791cec
postgresqlPackages.{pgvecto-rs,timescaledb_toolkit}: fix build on darwin
...
cargo-pgrx runs a temporary PostgreSQL cluster when building. This needs
to run with unix sockets only, otherwise it breaks in the darwin
sandbox.
(cherry picked from commit 62b175ed21
)
2024-11-23 19:19:43 +01:00
Jacek Galowicz
d6faf099fc
python3Packages.sphinx-multiversion: fix build
...
(cherry picked from commit a5c236e30d
)
2024-11-23 18:17:05 +00:00
Guillaume Girol
f0126936a4
[Backport release-24.11] lnav: 0.12.2 -> 0.12.3 ( #358526 )
2024-11-23 19:14:57 +01:00
Atemu
6cb4356513
lnav: 0.12.2 -> 0.12.3
...
(cherry picked from commit 03c702d211
)
2024-11-23 18:11:09 +00:00
Atemu
b252108ef1
lnav: add updateScript
...
(cherry picked from commit 494f142f79
)
2024-11-23 18:11:09 +00:00
Sefa Eyeoglu
747409cc85
[Backport release-24.11] glfw3: general improvements ( #358521 )
2024-11-23 19:00:49 +01:00
Sefa Eyeoglu
a5eb95bd5b
glfw3: nixfmt
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 00b5f4e199
)
2024-11-23 18:00:37 +00:00
Sefa Eyeoglu
a970951360
glfw3: remove with lib
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit e584de5816
)
2024-11-23 18:00:37 +00:00
Sefa Eyeoglu
53b313a98f
glfw3: enable strictDeps and __structuredAttrs
...
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 1c6ac26465
)
2024-11-23 18:00:37 +00:00
Sefa Eyeoglu
0ae298418f
glfw3: remove darwin build inputs
...
The new apple-sdk pattern doesn't require this anymore.
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit bc33d600bd
)
2024-11-23 18:00:37 +00:00
Sefa Eyeoglu
93859a7a84
glfw3: add missing X11 substitutions
...
libX11-xcb.so.1 and libXxf86vm.so.1 are dlopen-ed at runtime, but are
not linked by the linker. Let's hardcode their library paths into the
code.
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit 4347d8dee5
)
2024-11-23 18:00:37 +00:00
Sefa Eyeoglu
49fdc64330
glfw3: harden wayland substitutions
...
Including quotes around the library names should make these
substitutions stricter.
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit fbf94f5a7d
)
2024-11-23 18:00:37 +00:00
Sefa Eyeoglu
c7bbd77f40
glfw3: fix library name overrides
...
CMAKE_C_FLAGS did not work previously, as it was defined multiple times.
Instead of fixing it, it is much more readable to use NIX_CFLAGS_COMPILE
instead of having to escape special characters across Nix, Bash and
CMake
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
(cherry picked from commit a913a8d655
)
2024-11-23 18:00:36 +00:00
Felix Bühler
17dc6e4288
[Backport release-24.11] nixos/mackerel-agent: fix pkgs ( #358497 )
2024-11-23 18:21:32 +01:00
Masum Reza
b524dee301
[Backport release-24.11] vscode-extensions.mhutchie.git-graph: correct license ( #358495 )
2024-11-23 22:28:42 +05:30
Felix Buehler
679f9fdf7c
nixos/mackerel-agent: fix pkgs
...
(cherry picked from commit ae94b60d54
)
2024-11-23 16:53:35 +00:00
Andrew Kvalheim
fb0149b694
vscode-extensions.mhutchie.git-graph: correct license
...
Versions ≤1.4.6 are licensed under the MIT License, but versions ≥1.5.0
have a derived unfree license that explicitly prohibits redistribution:
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to use,
> copy, modify, merge, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> Permission is NOT GRANTED to publish, distribute, sublicense, and/or sell
> derivative works of the Software.
>
> […]
(cherry picked from commit 3e2bc2e959
)
2024-11-23 16:46:02 +00:00
Weijia Wang
db294f7c4d
[Backport release-24.11] selinux-python: fix build ( #358475 )
2024-11-23 17:35:01 +01:00
Weijia Wang
b1471a0f31
[Backport release-24.11] python3Packages.duet: disable failing test due to builder being too busy ( #358482 )
2024-11-23 17:34:36 +01:00
Weijia Wang
2667080c3a
[Backport release-24.11] myst-docutils: fix failure in amsmath test ( #358481 )
2024-11-23 17:27:25 +01:00
Franz Pletz
b3e5402d7e
[Backport release-24.11] nixos-containers: fix enableTun option ( #358484 )
2024-11-23 17:24:00 +01:00
Paul Grandperrin
0f2160901b
nixos-containers: fix enableTun option
...
When using private users, `mknod /dev/net/tun` is run from the guest and therefor needs the `m` modifier.
(cherry picked from commit 853d34898d
)
2024-11-23 16:19:22 +00:00
Eli Kogan-Wang
b893e492cc
python package: duet: Remove failing test due to builder being too busy
...
(cherry picked from commit a8a042fcf0
)
2024-11-23 16:17:07 +00:00
Alessio Aurecchia
59eb809649
myst-docutils: fix failure in amsmath test
...
This brings in a patch to fix the failing amsmath test. The fix is
merged upstream, but not yet in a release.
(cherry picked from commit a6e1ae0d11
)
2024-11-23 16:14:06 +00:00
Nick Cao
47754142d4
[Backport release-24.11] kanidm: 1.4.2 -> 1.4.3 ( #358410 )
2024-11-23 11:10:45 -05:00
Franz Pletz
242042025b
[Backport release-24.11] nixos/virtualisation: fix rendering of example in diskSize ( #358477 )
2024-11-23 17:10:16 +01:00
Weijia Wang
08e8ebba38
[Backport release-24.11] clanlib: 4.1.0 -> 4.2.0; methane: 2.0.1 -> 2.1.0 ( #358388 )
2024-11-23 17:09:50 +01:00
Sandro
b390d3c43b
nixos/virtualisation: fix rendering of example in diskSize
...
(cherry picked from commit 12afb73784
)
2024-11-23 16:07:26 +00:00
Franz Pletz
bdaf8b22e1
[Backport release-24.11] linuxPackages.nvidiaPackages.beta.open: fix compatibility with linux 6.12 ( #358470 )
2024-11-23 17:02:55 +01:00
Franz Pletz
6d93c64ce0
[Backport release-24.11] mopidy: make PipeWire a buildInput to add GStreamer dependency ( #358473 )
2024-11-23 16:59:56 +01:00
Jacek Galowicz
d649d265bc
selinux-python: fix build
...
(cherry picked from commit d073785482
)
2024-11-23 15:58:40 +00:00
Jordan Williams
072c9f6bfd
mopidy: make PipeWire a buildInput to add GStreamer dependency
...
(cherry picked from commit 57f9e0b54d
)
2024-11-23 15:51:55 +00:00
Weijia Wang
e10d3ce766
[Backport release-24.11] chickenPackages_5.chickenEggs.lowdown: fix build ( #358471 )
2024-11-23 16:51:04 +01:00
Nick Cao
4b6dad8c42
[Backport release-24.11] moonlight-qt: fix build on x86_64-darwin ( #358413 )
2024-11-23 10:47:56 -05:00
Linus Vettiger
4ca66f6599
chickenPackages_5.chickenEggs.lowdown: fix build
...
(cherry picked from commit 89ba4d2a77
)
2024-11-23 15:47:04 +00:00
Weijia Wang
9c6f469240
[Backport release-24.11] python3Packages.django-ninja: 1.3.0 -> 1.3.0-unstable-2024-11-13 ( #358378 )
2024-11-23 16:46:25 +01:00
Nick Cao
154cb424a8
[Backport release-24.11] patchance, raysession: fix pipewire compatibility ( #358362 )
2024-11-23 10:44:41 -05:00
Franz Pletz
63bd3514b6
linuxPackages.nvidiaPackages.beta.open: fix compatibility with linux 6.12
...
(cherry picked from commit cb4b5fac5f
)
2024-11-23 15:43:04 +00:00
Guillaume Girol
acdfcf5596
[Backport release-24.11] vimPlugins.vim-nixhash: 2023-01-09 -> 2024-11-20 ( #358367 )
2024-11-23 16:41:30 +01:00
Weijia Wang
c78ff517ec
[Backport release-24.11] python3Packages.brian2: fix build ( #358372 )
2024-11-23 16:35:06 +01:00
Nick Cao
2f9d1e15a2
[Backport release-24.11] tplay: 0.5.0 -> 0.6.0 ( #358390 )
2024-11-23 10:30:02 -05:00
Nick Cao
51b95295b9
[Backport release-24.11] apacheHttpdPackages.mod_tile: 0.7.1 -> 0.7.2 ( #358361 )
2024-11-23 10:25:52 -05:00