mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 05:00:19 +00:00
gnuradio: Add libsndfile for gr-blocks
This commit is contained in:
parent
73640c6fba
commit
1dd64003d2
@ -142,6 +142,10 @@ let
|
||||
};
|
||||
gr-blocks = {
|
||||
cmakeEnableFlag = "GR_BLOCKS";
|
||||
runtime = [
|
||||
# Required to compile wavfile blocks.
|
||||
libsndfile
|
||||
];
|
||||
};
|
||||
gr-fec = {
|
||||
cmakeEnableFlag = "GR_FEC";
|
||||
|
Loading…
Reference in New Issue
Block a user