pkgs/tools/X11/x11vnc: move --mandir and --infodir to standard locations
svn path=/nixpkgs/trunk/; revision=25012
This commit is contained in:
parent
747604d740
commit
dffe4189e7
@ -16,6 +16,10 @@ stdenv.mkDerivation rec {
|
|||||||
xorg.recordproto xorg.libXi xorg.libXrender xorg.renderproto
|
xorg.recordproto xorg.libXi xorg.libXrender xorg.renderproto
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preConfigure = ''
|
||||||
|
configureFlags="--mandir=$out/share/man"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A VNC server connected to a real X11 screen";
|
description = "A VNC server connected to a real X11 screen";
|
||||||
homepage = http://www.karlrunge.com/x11vnc/;
|
homepage = http://www.karlrunge.com/x11vnc/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user