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 homepage = "https://github.com/Xerbo/aptdec";
28 license = licenses.gpl2;
29 maintainers = with maintainers; [ alexwinter ];
30 platforms = platforms.unix;