haskellPackage.greenclip: add missing dependency (xdmcp) (#53388)
fixes #53336
This commit is contained in:
parent
4f9970fcbf
commit
8ae21a85cc
@ -322,6 +322,9 @@ self: super: builtins.intersectAttrs super {
|
|||||||
# https://github.com/bos/pcap/issues/5
|
# https://github.com/bos/pcap/issues/5
|
||||||
pcap = addExtraLibrary super.pcap pkgs.libpcap;
|
pcap = addExtraLibrary super.pcap pkgs.libpcap;
|
||||||
|
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/53336
|
||||||
|
greenclip = addExtraLibrary super.greenclip pkgs.xorg.libXdmcp;
|
||||||
|
|
||||||
# The cabal files for these libraries do not list the required system dependencies.
|
# The cabal files for these libraries do not list the required system dependencies.
|
||||||
miniball = overrideCabal super.miniball (drv: {
|
miniball = overrideCabal super.miniball (drv: {
|
||||||
librarySystemDepends = [ pkgs.miniball ];
|
librarySystemDepends = [ pkgs.miniball ];
|
||||||
|
Loading…
Reference in New Issue
Block a user