x11vnc: remove extraneous preConfigure

This commit is contained in:
Nick Cao 2022-08-13 20:07:48 +08:00
parent 793bbf3f0e
commit c68c194789
No known key found for this signature in database
GPG key ID: 068A56CEF48FA2C1

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/";