Merge pull request #186432 from NickCao/x11vnc
x11vnc: remove extraneous preConfigure
This commit is contained in:
commit
86b3b55b4a
1 changed files with 0 additions and 4 deletions
|
@ -51,10 +51,6 @@ stdenv.mkDerivation rec {
|
||||||
sed -i -e '/^\tXdummy.c\ \\$/,$d' -e 's/\tx11vnc_loop\ \\/\tx11vnc_loop/' misc/Makefile.am
|
sed -i -e '/^\tXdummy.c\ \\$/,$d' -e 's/\tx11vnc_loop\ \\/\tx11vnc_loop/' misc/Makefile.am
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
|
||||||
configureFlags="--mandir=$out/share/man"
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A VNC server connected to a real X11 screen";
|
description = "A VNC server connected to a real X11 screen";
|
||||||
homepage = "https://github.com/LibVNC/x11vnc/";
|
homepage = "https://github.com/LibVNC/x11vnc/";
|
||||||
|
|
Loading…
Reference in a new issue