9 stdenv.mkDerivation rec {
14 url = "https://www.pa3fwm.nl/software/${pname}/${pname}-${version}.tgz";
15 sha256 = "1hxwxmqc5jinr14ya1idigqigc8qhy1vimzcwy2vmwdjay2sqik2";
20 nativeBuildInputs = [ pkg-config ];
21 buildInputs = [ gtk2 fftw ];
24 install -D -m 0755 noisycw $out/bin/noisycw
25 install -D -m 0755 rs12tlmdec $out/bin/rs12tlmdec
26 install -D -m 0755 rscw $out/bin/rscw
27 install -D -m 0755 rscwx $out/bin/rscwx
31 description = "Receive CW through the soundcard";
32 homepage = "https://www.pa3fwm.nl/software/rscw/";
33 license = licenses.gpl2;
34 maintainers = with maintainers; [ earldouglas ];
35 platforms = platforms.linux;