We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f296de1 + f293be5 commit 61f9686Copy full SHA for 61f9686
pkgs/applications/radio/sdrangel/default.nix
@@ -12,6 +12,7 @@
12
dsdcc,
13
faad2,
14
fetchFromGitHub,
15
+ fetchpatch,
16
fftwFloat,
17
flac,
18
glew,
@@ -115,6 +116,14 @@ stdenv.mkDerivation (finalAttrs: {
115
116
++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ]
117
++ lib.optionals withSDRplay [ sdrplay ];
118
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
+
127
cmakeFlags = [
128
"-DAPT_DIR=${aptdec}"
129
"-DDAB_DIR=${dab_lib}"
0 commit comments