mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
[cpan2nix] perlPackages.X11Protocol: cleanup
This commit is contained in:
parent
4603d65851
commit
3a37c802ba
@ -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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user