xorg-autoconf: remove in favor if util-macros

jopejoe1 bb9f1ba7 5742f1cc

+5 -34
+2 -2
pkgs/by-name/xl/xlogo/package.nix
··· 5 5 xorg, 6 6 autoreconfHook, 7 7 pkg-config, 8 - xorg-autoconf, 8 + util-macros, 9 9 }: 10 10 11 11 stdenv.mkDerivation rec { ··· 22 22 }; 23 23 24 24 nativeBuildInputs = [ 25 - xorg-autoconf 25 + util-macros 26 26 autoreconfHook 27 27 pkg-config 28 28 ];
-30
pkgs/by-name/xo/xorg-autoconf/package.nix
··· 1 - { 2 - lib, 3 - stdenv, 4 - autoreconfHook, 5 - fetchFromGitLab, 6 - }: 7 - 8 - stdenv.mkDerivation rec { 9 - pname = "xorg-autoconf"; 10 - version = "1.19.3"; 11 - 12 - src = fetchFromGitLab { 13 - domain = "gitlab.freedesktop.org"; 14 - group = "xorg"; 15 - owner = "util"; 16 - repo = "macros"; 17 - rev = "util-macros-${version}"; 18 - sha256 = "sha256-+yEMCjLztdY5LKTNjfhudDS0fdaOj4LKZ3YL5witFR4="; 19 - }; 20 - 21 - nativeBuildInputs = [ autoreconfHook ]; 22 - 23 - meta = with lib; { 24 - description = "GNU autoconf macros shared across X.Org projects"; 25 - homepage = "https://gitlab.freedesktop.org/xorg/util/macros"; 26 - maintainers = with maintainers; [ raboof ]; 27 - license = licenses.mit; 28 - platforms = platforms.unix; 29 - }; 30 - }
+2 -2
pkgs/by-name/xs/xscope/package.nix
··· 4 4 fetchFromGitLab, 5 5 pkg-config, 6 6 autoreconfHook, 7 - xorg-autoconf, 7 + util-macros, 8 8 xorg, 9 9 }: 10 10 ··· 23 23 nativeBuildInputs = [ 24 24 autoreconfHook 25 25 pkg-config 26 - xorg-autoconf 26 + util-macros 27 27 ]; 28 28 29 29 buildInputs = [
+1
pkgs/top-level/aliases.nix
··· 2210 2210 xmlroff = throw "'xmlroff' has been removed as it is unmaintained and broken"; # Added 2025-05-18 2211 2211 xmr-stak = throw "xmr-stak has been removed from nixpkgs because it was broken"; # Added 2024-07-15 2212 2212 xmake-core-sv = throw "'xmake-core-sv' has been removed, use 'libsv' instead"; # Added 2024-10-10 2213 + xorg-autoconf = util-macros; # Added 2025-08-18 2213 2214 xournal = throw "'xournal' has been removed due to lack of activity upstream and depending on gnome2. Consider using 'xournalpp' instead."; # Added 2024-12-06 2214 2215 xonsh-unwrapped = python3Packages.xonsh; # Added 2024-06-18 2215 2216 xplayer = throw "xplayer has been removed as the upstream project was archived"; # Added 2024-12-27