7 stdenv.mkDerivation rec {
8 pname = "xorg-autoconf";
11 src = fetchFromGitLab {
12 domain = "gitlab.freedesktop.org";
16 rev = "util-macros-${version}";
17 sha256 = "sha256-+yEMCjLztdY5LKTNjfhudDS0fdaOj4LKZ3YL5witFR4=";
20 nativeBuildInputs = [ autoreconfHook ];
23 description = "GNU autoconf macros shared across X.Org projects";
24 homepage = "https://gitlab.freedesktop.org/xorg/util/macros";
25 maintainers = with maintainers; [ raboof ];
26 license = licenses.mit;
27 platforms = platforms.unix;