gnuradio: Add libsndfile for gr-blocks

+4
+4
pkgs/applications/radio/gnuradio/default.nix
··· 142 142 }; 143 143 gr-blocks = { 144 144 cmakeEnableFlag = "GR_BLOCKS"; 145 + runtime = [ 146 + # Required to compile wavfile blocks. 147 + libsndfile 148 + ]; 145 149 }; 146 150 gr-fec = { 147 151 cmakeEnableFlag = "GR_FEC";