6 , gobject-introspection
11 stdenv.mkDerivation rec {
15 outputs = [ "out" "dev" ];
18 url = "https://download.gimp.org/pub/babl/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
19 sha256 = "sha256-Cz9ZUVmtGyFs1ynAUEw6X2z3gMZB9Nxj/BZPPAOCyPA=";
35 description = "Image pixel format conversion library";
36 homepage = "https://gegl.org/babl/";
37 license = licenses.lgpl3Plus;
38 maintainers = with maintainers; [ jtojnar ];
39 platforms = platforms.unix;