8 , gobject-introspection
13 stdenv.mkDerivation rec {
17 outputs = [ "out" "dev" ];
20 url = "https://download.gimp.org/pub/babl/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
21 sha256 = "sha256-M2c/5Fmpg/QRJFpJ+B/X8ZZq8eqOypsJWpQMVCuFRfY=";
37 description = "Image pixel format conversion library";
38 homepage = "https://gegl.org/babl/";
39 changelog = "https://gitlab.gnome.org/GNOME/babl/-/blob/BABL_${lib.replaceStrings [ "." ] [ "_" ] version}/NEWS";
40 license = licenses.lgpl3Plus;
41 maintainers = with maintainers; [ jtojnar ];
42 platforms = platforms.unix;