13 stdenv.mkDerivation rec {
14 pname = "gdk-pixbuf-xlib";
17 outputs = [ "out" "dev" "devdoc" ];
19 src = fetchFromGitLab {
20 domain = "gitlab.gnome.org";
22 repo = "gdk-pixbuf-xlib";
24 hash = "sha256-b4EUaYzg2NlBMU90dGQivOvkv9KKSzES/ymPqzrelu8=";
36 propagatedBuildInputs = [
46 description = "Deprecated API for integrating GdkPixbuf with Xlib data types";
47 homepage = "https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib";
48 maintainers = teams.gnome.members;
49 license = licenses.lgpl21Plus;
50 platforms = platforms.unix;