 Nick CaoandGitHub
|
8e8d486a4c
|
google-cloud-sql-proxy: 2.21.0 -> 2.21.1 (#488614)
|
2026-03-04 13:54:04 +00:00 |
|
 zowoqandGitHub
|
2beb3a60f0
|
terraform-providers.oracle_oci: 8.2.0 -> 8.3.0 (#496544)
|
2026-03-04 13:37:38 +00:00 |
|
 Martin WeineltandGitHub
|
e25a15b65b
|
home-assistant-custom-lovelace-modules.scheduler-card: 4.0.13 -> 4.0.14 (#496447)
|
2026-03-04 13:27:32 +00:00 |
|
 SandroandGitHub
|
ed52aa0145
|
yt-dlp: 2026.02.21 -> 2026.03.03 (#496342)
|
2026-03-04 13:18:43 +00:00 |
|
 nixpkgs-ci[bot]andGitHub
|
1a357e7691
|
affine: 0.26.2 -> 0.26.4 (#496549)
|
2026-03-04 13:16:45 +00:00 |
|
 SandroandGitHub
|
dbb9580387
|
paperless-ngx: ignore a failing test (#496456)
|
2026-03-04 13:15:59 +00:00 |
|
 Doron BeharandGitHub
|
8802d67160
|
gnuradioMinimal.pkgs.osmosdr: make it possible to disable features (#433777)
|
2026-03-04 13:03:13 +00:00 |
|
Doron Behar
|
3b6d3ac76d
|
gnuradioMinimal: allow to override the features attrset
|
2026-03-04 14:56:52 +02:00 |
|
Doron Behar
|
d802e9910d
|
gnuradioMinimal.pkgs.osmosdr: make it possible to disable features
|
2026-03-04 14:56:49 +02:00 |
|
Doron Behar
|
d3692ebb9a
|
gnuradioMinimal.pkgs.osmosdr: use finalAttrs
|
2026-03-04 14:56:46 +02:00 |
|
Doron Behar
|
82cd6a28b3
|
gnuradioPackages.osmosdr: Divide inputs to categories
|
2026-03-04 14:56:43 +02:00 |
|
Doron Behar
|
b8ff9a4c50
|
gnuradio.pkgs.mkDerivation: nixfmt
|
2026-03-04 14:56:40 +02:00 |
|
Doron Behar
|
89911efe11
|
gnuradio.pkgs.mkDerivation: Allow finalAttrs pattern
|
2026-03-04 14:56:37 +02:00 |
|
Doron Behar
|
c36fb059a6
|
gnuradio: Allow overriding .pkgs with packageOverrides
Tested with the following diff:
```diff
diff --git i/pkgs/by-name/gq/gqrx/package.nix w/pkgs/by-name/gq/gqrx/package.nix
index 1d91b52ce7a8..111eb293ac9b 100644
--- i/pkgs/by-name/gq/gqrx/package.nix
+++ w/pkgs/by-name/gq/gqrx/package.nix
@@ -27,7 +27,19 @@ assert portaudioSupport -> portaudio != null;
# audio backends are mutually exclusive
assert !(pulseaudioSupport && portaudioSupport);
-gnuradioMinimal.pkgs.mkDerivation rec {
+let
+ gnuradioMinimal' = gnuradioMinimal.override {
+ packageOverrides = grSelf: grSuper: {
+ osmosdr = grSuper.osmosdr.override {
+ airspy = null;
+ hackrf = null;
+ libbladeRF = null;
+ soapysdr-with-plugins = null;
+ };
+ };
+ };
+in
+gnuradioMinimal'.pkgs.mkDerivation rec {
pname = "gqrx";
version = "2.17.7";
@@ -47,14 +59,14 @@ gnuradioMinimal.pkgs.mkDerivation rec {
++ lib.optional stdenv.hostPlatform.isDarwin desktopToDarwinBundle;
buildInputs = [
- gnuradioMinimal.unwrapped.logLib
+ gnuradioMinimal'.unwrapped.logLib
mpir
fftwFloat
libjack2
- gnuradioMinimal.unwrapped.boost
+ gnuradioMinimal'.unwrapped.boost
qt6Packages.qtbase
qt6Packages.qtsvg
- gnuradioMinimal.pkgs.osmosdr
+ gnuradioMinimal'.pkgs.osmosdr
rtl-sdr
hackrf
]
@@ -62,9 +74,9 @@ gnuradioMinimal.pkgs.mkDerivation rec {
alsa-lib
qt6Packages.qtwayland
]
- ++ lib.optionals (gnuradioMinimal.hasFeature "gr-ctrlport") [
+ ++ lib.optionals (gnuradioMinimal'.hasFeature "gr-ctrlport") [
thrift
- gnuradioMinimal.unwrapped.python.pkgs.thrift
+ gnuradioMinimal'.unwrapped.python.pkgs.thrift
]
++ lib.optionals pulseaudioSupport [ libpulseaudio ]
++ lib.optionals portaudioSupport [ portaudio ];
```
|
2026-03-04 14:56:34 +02:00 |
|
 Yohann BonifaceandGitHub
|
606ca34ef5
|
cooper: use installFonts (#496406)
|
2026-03-04 12:47:15 +00:00 |
|
 K900andGitHub
|
118597aa9f
|
matrix-continuwuity: 0.5.5 -> 0.5.6 (#496484)
|
2026-03-04 12:38:17 +00:00 |
|
 Wolfgang WaltherandGitHub
|
b26bff417c
|
postgresqlPackages.pg_csv: 1.0.1 -> 1.0.2 (#496382)
|
2026-03-04 12:20:19 +00:00 |
|
 nixpkgs-ci[bot]andGitHub
|
38e4d7c3d7
|
godns: 3.3.5 -> 3.3.6 (#496485)
|
2026-03-04 12:20:11 +00:00 |
|
 nixpkgs-ci[bot]andGitHub
|
e25f2a9ee2
|
factoriolab: 3.18.0 -> 3.18.1 (#496029)
|
2026-03-04 12:20:10 +00:00 |
|
 Gergő GutyinaandGitHub
|
82f83ba131
|
python3Packages.langchain-text-splitters: 1.1.0 -> 1.1.1 (#492899)
|
2026-03-04 12:11:12 +00:00 |
|
R. Ryantm
|
94dd7856ff
|
affine: 0.26.2 -> 0.26.4
|
2026-03-04 12:09:58 +00:00 |
|
 Matthias BeyerandGitHub
|
736ff28c13
|
lunarvim: mark as broken (#495659)
|
2026-03-04 12:09:52 +00:00 |
|
 AleksanaandGitHub
|
529a66c238
|
helvum: drop (#493796)
|
2026-03-04 12:05:10 +00:00 |
|
 nixpkgs-ci[bot]andGitHub
|
d2b29a748e
|
prometheus-chrony-exporter: 0.12.3 -> 0.13.3 (#496459)
|
2026-03-04 11:56:49 +00:00 |
|
Tom Hunze
|
20ad7c9004
|
helvum: drop
This package was marked as unmaintained upstream [1] and depends on
the vulnerable shlex 1.2.0 [2].
[1] https://gitlab.freedesktop.org/pipewire/helvum
[2] https://www.cve.org/CVERecord?id=CVE-2024-58266
|
2026-03-04 12:55:29 +01:00 |
|
R. Ryantm
|
878b71cb0e
|
terraform-providers.oracle_oci: 8.2.0 -> 8.3.0
|
2026-03-04 11:44:55 +00:00 |
|
 isabelandGitHub
|
80bdc1e5ce
|
python3Packages.srctools: use custom test script for pythoncapi-compat (#496448)
|
2026-03-04 11:34:51 +00:00 |
|
 isabelandGitHub
|
ea8bd8be17
|
bsky-cli: 0.0.74 -> 0.0.76 (#496472)
|
2026-03-04 11:34:13 +00:00 |
|
 AleksanaandGitHub
|
235bc24c3b
|
maintainers: drop tbenst (#493479)
|
2026-03-04 11:30:52 +00:00 |
|
 Peder Bergebakken SundtandGitHub
|
3922d8b84e
|
pcsx2: move icon to spec-compliant location (#496460)
|
2026-03-04 11:30:49 +00:00 |
|
 Doron BeharandGitHub
|
d832397c0f
|
python3.pkgs.pyrate-limiter: 3.9.0 -> 4.0.2 (#488256)
|
2026-03-04 11:19:23 +00:00 |
|
 Thiago Kenji OkadaandGitHub
|
2bf85d42ef
|
libretro.mame: 0-unstable-2026-01-31 -> 0-unstable-2026-02-27 (#496422)
|
2026-03-04 11:18:38 +00:00 |
|
 Thiago Kenji OkadaandGitHub
|
8e38f38301
|
libretro.fbneo: 0-unstable-2026-02-18 -> 0-unstable-2026-03-03 (#496424)
|
2026-03-04 11:18:26 +00:00 |
|
 Peder Bergebakken SundtandGitHub
|
7a15af8155
|
curv: 0.5-unstable-2026-01-23 -> 0.5-unstable-2026-01-30 (#485672)
|
2026-03-04 10:58:34 +00:00 |
|
 Peder Bergebakken SundtandGitHub
|
c78913f4d9
|
harper: 1.8.0 -> 1.9.0 (#494990)
|
2026-03-04 10:57:03 +00:00 |
|
 Matt SturgeonandGitHub
|
101eff1364
|
jetbrains.*-oss: updater: handle error on unreleased source versions (#485078)
|
2026-03-04 10:56:00 +00:00 |
|
 Peder Bergebakken SundtandGitHub
|
a11d2a7934
|
pulsar: 1.130.1 -> 1.131.1 (#495613)
|
2026-03-04 10:54:49 +00:00 |
|
 Gergő GutyinaandGitHub
|
c183d00ff4
|
leetcode-cli: cleanup (#493548)
|
2026-03-04 10:54:32 +00:00 |
|
 Doron BeharandGitHub
|
79277c6c6f
|
syncthingtray: 2.0.7 -> 2.0.8 (#496454)
|
2026-03-04 10:52:09 +00:00 |
|
 Peder Bergebakken SundtandGitHub
|
c1c4095af9
|
normcap: move icon to spec-compliant location (#496388)
|
2026-03-04 10:50:14 +00:00 |
|
 Gergő GutyinaandGitHub
|
46891ca3c1
|
python3Packages.sanic: disable failing test on darwin (#479175)
|
2026-03-04 10:47:17 +00:00 |
|
 Luke Granger-BrownandGitHub
|
b567456934
|
yubioath-flutter: 7.3.1 -> 7.3.2 (#496531)
|
2026-03-04 10:46:34 +00:00 |
|
 Gergő GutyinaandGitHub
|
2c7778e48c
|
python3Packages.tracerite: enable tests, fix license (#493785)
|
2026-03-04 10:45:11 +00:00 |
|
 nixpkgs-ci[bot]andGitHub
|
d0b5b2100e
|
perses: 0.52.0 -> 0.53.0 (#496487)
|
2026-03-04 10:43:41 +00:00 |
|
 Gergő GutyinaandGitHub
|
44bbf2554e
|
python3Packages.afdko: move env vars into env for structuredAttrs (#492263)
|
2026-03-04 10:42:21 +00:00 |
|
 JoandGitHub
|
9a7c3efa66
|
mbrola-voices: set pname and version (#491688)
|
2026-03-04 10:36:18 +00:00 |
|
 xanderioandGitHub
|
e23e9a0318
|
libvirt: v11.7.0 -> v12.1.0 (#496509)
|
2026-03-04 10:28:42 +00:00 |
|
 Thiago Kenji OkadaandGitHub
|
2c763080e9
|
retool: 2.4.5 -> 2.4.8 (#496395)
|
2026-03-04 10:25:47 +00:00 |
|
 Yohann BonifaceandGitHub
|
cf8f3cbb7d
|
godsvg: adopt (#496479)
|
2026-03-04 10:22:13 +00:00 |
|
 StepBroBDandGitHub
|
9d55b68461
|
calibre-web: 0.6.25 -> 0.6.26-unstable-2026-03-01 (#494140)
|
2026-03-04 10:19:47 +00:00 |
|