13 stdenv.mkDerivation rec {
14 pname = "gdk-pixbuf-xlib";
15 version = "2020-06-11-unstable";
17 outputs = [ "out" "dev" "devdoc" ];
19 src = fetchFromGitLab {
20 domain = "gitlab.gnome.org";
22 repo = "gdk-pixbuf-xlib";
23 rev = "3116b8ae55501cf48d16970aa2b50a5530e15223";
24 sha256 = "15wisf2xld3cr7lprnic8fvwpcmww4rydwc1bn2zilyi52vzl2zd";
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;