1 { lib, fetchurl, stdenv, unzip, fpc }:
3 stdenv.mkDerivation rec {
4 pname = "dolbybcsoftwaredecode";
5 version = "april-2018";
8 url = "mirror://sourceforge/dolbybcsoftwaredecode/April-2018/SourceCode.zip";
9 sha256 = "sha256-uLcsRIpwmJlstlGV8I4+/30+D9GDpUt7DOIP/GkXWp4=";
12 nativeBuildInputs = [ unzip fpc ];
18 cp DolbyBi64 $out/bin/
22 description = "Dolby B & C software decoder";
23 homepage = "https://sourceforge.net/projects/dolbybcsoftwaredecode/";
24 maintainers = with maintainers; [ lorenz ];
26 # Project is has source code available, but has no explicit license.
27 # I asked upstream to assign a license, so maybe this can be free
28 # in the future, but for now let's play it safe and make it unfree.
29 license = lib.licenses.unfree;
30 mainProgram = "DolbyBi64";