mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
sdrangel: unbreak (#401897)
This commit is contained in:
commit
61f968627e
1 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
dsdcc,
|
dsdcc,
|
||||||
faad2,
|
faad2,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
|
fetchpatch,
|
||||||
fftwFloat,
|
fftwFloat,
|
||||||
flac,
|
flac,
|
||||||
glew,
|
glew,
|
||||||
|
@ -115,6 +116,14 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ]
|
++ lib.optionals stdenv.hostPlatform.isLinux [ qtwayland ]
|
||||||
++ lib.optionals withSDRplay [ sdrplay ];
|
++ lib.optionals withSDRplay [ sdrplay ];
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
# https://github.com/f4exb/sdrangel/pull/2439
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/f4exb/sdrangel/commit/60869b74f96b26e8a173f3f215c2badeaef9a136.patch";
|
||||||
|
hash = "sha256-Lq9pyissNmLYavLCISga0EWbRwisGnKiz6UYhzxJatc=";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DAPT_DIR=${aptdec}"
|
"-DAPT_DIR=${aptdec}"
|
||||||
"-DDAB_DIR=${dab_lib}"
|
"-DDAB_DIR=${dab_lib}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue