10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 hash = "sha256-5Pr2PlCPSEIWnThJXKcQEudmxhLJC2sVa9BfAOEKHB4=";
19 fetchSubmodules = true;
22 nativeBuildInputs = [ cmake pkg-config ];
23 buildInputs = [ libpng libsndfile ];
26 description = "NOAA APT satellite imagery decoding library";
27 mainProgram = "aptdec";
28 homepage = "https://github.com/Xerbo/aptdec";
29 license = licenses.gpl2;
30 maintainers = with maintainers; [ alexwinter ];
31 platforms = platforms.unix;