13 stdenv.mkDerivation rec {
18 url = "mirror://sourceforge/xoscope/${pname}-${version}.tar.gz";
19 sha256 = "0a5ycfc1qdmibvagc82r2mhv2i99m6pndy5i6ixas3j2297g6pgq";
22 nativeBuildInputs = [ pkg-config gnum4 ];
23 buildInputs = [ gtk3 gtkdatabox fftw comedilib alsa-lib ];
26 description = "Oscilloscope through the sound card";
27 mainProgram = "xoscope";
28 homepage = "https://xoscope.sourceforge.net";
29 license = lib.licenses.gpl2Plus;
31 platforms = with lib.platforms; linux;