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