Merge pull request #186432 from NickCao/x11vnc

x11vnc: remove extraneous preConfigure
This commit is contained in:
Bobby Rong 2022-08-16 23:09:08 +08:00 committed by GitHub
commit 86b3b55b4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,10 +51,6 @@ stdenv.mkDerivation rec {
sed -i -e '/^\tXdummy.c\ \\$/,$d' -e 's/\tx11vnc_loop\ \\/\tx11vnc_loop/' misc/Makefile.am
'';
preConfigure = ''
configureFlags="--mandir=$out/share/man"
'';
meta = with lib; {
description = "A VNC server connected to a real X11 screen";
homepage = "https://github.com/LibVNC/x11vnc/";