[cpan2nix] perlPackages.X11Protocol: cleanup

This commit is contained in:
volth 2018-04-07 07:53:49 +00:00
parent 4603d65851
commit 3a37c802ba

View File

@ -16085,7 +16085,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/S/SM/SMCCAM/${name}.tar.gz";
sha256 = "1dq89bh6fqv7l5mbffqcismcljpq5f869bx7g8lg698zgindv5ny";
};
buildInputs = [pkgs.xlibsWrapper];
buildInputs = [ pkgs.xlibsWrapper ];
NIX_CFLAGS_LINK = "-lX11";
doCheck = false; # requires an X server
};