9 stdenv.mkDerivation rec {
10 pname = "dolbybcsoftwaredecode";
11 version = "april-2018";
14 url = "mirror://sourceforge/dolbybcsoftwaredecode/April-2018/SourceCode.zip";
15 sha256 = "sha256-uLcsRIpwmJlstlGV8I4+/30+D9GDpUt7DOIP/GkXWp4=";
27 cp DolbyBi64 $out/bin/
31 description = "Dolby B & C software decoder";
32 homepage = "https://sourceforge.net/projects/dolbybcsoftwaredecode/";
33 maintainers = with maintainers; [ lorenz ];
35 # Project is has source code available, but has no explicit license.
36 # I asked upstream to assign a license, so maybe this can be free
37 # in the future, but for now let's play it safe and make it unfree.
38 license = lib.licenses.unfree;
39 mainProgram = "DolbyBi64";