From cff9cc73cf885ef688a6db682b1b08d68bb2a1d3 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 3 Oct 2022 08:28:45 +0100 Subject: [PATCH] perlPackages.X11Protocol: drop unused pkgs.xlibsWrapper build input `perlPackages.X11Protocol` seems to define serialization format over the UNIX (or TCP) socket. It does not rely on on any X11 libraries and does not install ELF executables. Tested the change with diffoscope: the change is a no-on for both "out" and "devdoc" outputs. --- pkgs/top-level/perl-packages.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 7b2cfb4762284..b7507825a0122 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -26970,8 +26970,6 @@ let url = "mirror://cpan/authors/id/S/SM/SMCCAM/X11-Protocol-0.56.tar.gz"; hash = "sha256-3pbdbHwfJfMoeqevZJAr+ErKqo4MO7dqoWdjZ+BKCLc="; }; - buildInputs = [ pkgs.xlibsWrapper ]; - NIX_CFLAGS_LINK = "-lX11"; doCheck = false; # requires an X server meta = { description = "Perl module for the X Window System Protocol, version 11";