10 stdenv.mkDerivation (finalAttrs: {
14 src = fetchFromGitHub {
17 rev = "v${finalAttrs.version}";
18 hash = "sha256-DMCk29O2Lmt2tjo6j5e4ZdZeDL3ZFUh66Sm6TGrIaeU=";
36 substituteInPlace "$out"/lib/pkgconfig/libdsdcc.pc \
37 --replace '=''${exec_prefix}//' '=/'
41 description = "Digital Speech Decoder (DSD) rewritten as a C++ library";
42 homepage = "https://github.com/f4exb/dsdcc";
43 license = lib.licenses.gpl3;
44 mainProgram = "dsdccx";
45 maintainers = with lib.maintainers; [ alexwinter ];
46 platforms = lib.platforms.unix;