···833833 '';
834834 });
835835836836+ xorgdocs = super.xorgdocs.overrideAttrs (attrs: {
837837+ # This makes the man pages discoverable by the default man,
838838+ # since it looks for packages in $PATH
839839+ postInstall = "mkdir $out/bin";
840840+ });
841841+836842 xwd = super.xwd.overrideAttrs (attrs: {
837843 buildInputs = with self; attrs.buildInputs ++ [libXt];
838844 });