1 { lib, stdenv, fetchurl, pkg-config, libxml2, gtk3, gnome, intltool }:
3 stdenv.mkDerivation rec {
8 url = "mirror://gnome/sources/gdl/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
9 sha256 = "NkHU/WadHhgYrv88+f+3iH/Fw2eFC3jCjHdeukq2pVU=";
12 nativeBuildInputs = [ pkg-config intltool ];
13 buildInputs = [ libxml2 gtk3 ];
16 updateScript = gnome.updateScript {
22 description = "Gnome docking library";
23 homepage = "https://developer.gnome.org/gdl/";
24 maintainers = teams.gnome.members;
25 license = licenses.gpl2;
26 platforms = platforms.unix;