mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
xorg.xorgdocs: Make man pages discoverable by manpages
This commit is contained in:
parent
1b1d7e93dc
commit
5f7f084ab7
@ -833,6 +833,12 @@ self: super:
|
||||
'';
|
||||
});
|
||||
|
||||
xorgdocs = super.xorgdocs.overrideAttrs (attrs: {
|
||||
# This makes the man pages discoverable by the default man,
|
||||
# since it looks for packages in $PATH
|
||||
postInstall = "mkdir $out/bin";
|
||||
});
|
||||
|
||||
xwd = super.xwd.overrideAttrs (attrs: {
|
||||
buildInputs = with self; attrs.buildInputs ++ [libXt];
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user