lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

codec2: include all codec2 binaries

+1 -3
+1 -3
pkgs/development/libraries/codec2/default.nix
··· 24 24 lpcnetfreedv 25 25 ]; 26 26 27 - # Install a binary that is used by openwebrx 28 27 postInstall = '' 29 - install -Dm0755 src/freedv_rx -t $out/bin/ 28 + install -Dm0755 src/{c2enc,c2sim,freedv_rx,freedv_tx,cohpsk_*,fdmdv_*,fsk_*,ldpc_*,ofdm_*} -t $out/bin/ 30 29 ''; 31 30 32 31 # Swap keyword order to satisfy SWIG parser ··· 43 42 44 43 meta = with lib; { 45 44 description = "Speech codec designed for communications quality speech at low data rates"; 46 - mainProgram = "freedv_rx"; 47 45 homepage = "https://www.rowetel.com/codec2.html"; 48 46 license = licenses.lgpl21Only; 49 47 platforms = platforms.unix;