Skip to content

Commit 61f9686

Browse files
authored
sdrangel: unbreak (#401897)
2 parents f296de1 + f293be5 commit 61f9686

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pkgs/applications/radio/sdrangel/default.nix

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
dsdcc,
1313
faad2,
1414
fetchFromGitHub,
15+
fetchpatch,
1516
fftwFloat,
1617
flac,
1718
glew,
@@ -115,6 +116,14 @@ stdenv.mkDerivation (finalAttrs: {
115116
++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ]
116117
++ lib.optionals withSDRplay [ sdrplay ];
117118

119+
patches = [
120+
# https://github.com/f4exb/sdrangel/pull/2439
121+
(fetchpatch {
122+
url = "https://github.com/f4exb/sdrangel/commit/60869b74f96b26e8a173f3f215c2badeaef9a136.patch";
123+
hash = "sha256-Lq9pyissNmLYavLCISga0EWbRwisGnKiz6UYhzxJatc=";
124+
})
125+
];
126+
118127
cmakeFlags = [
119128
"-DAPT_DIR=${aptdec}"
120129
"-DDAB_DIR=${dab_lib}"

0 commit comments

Comments
 (0)