18 stdenv.mkDerivation rec {
22 src = fetchFromGitHub {
26 sha256 = "sha256-S1pzVQ/ceNsx0vGmzdDWw2TjPVLiRgzR4edFblWsekY=";
29 nativeBuildInputs = [ pkg-config ];
46 homepage = "https://github.com/bmc0/dsp";
47 description = "An audio processing program with an interactive mode";
48 license = licenses.isc;
49 maintainers = with maintainers; [ aaronjheng ];
50 platforms = platforms.linux ++ platforms.darwin;