libedit: disable workaround for non-sandbox, avoid false groff dep
This commit is contained in:
parent
0b0e2d68b8
commit
60d5e68a25
|
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||
outputs = [ "out" "dev" ];
|
||||
|
||||
# Have `configure' avoid `/usr/bin/nroff' in non-chroot builds.
|
||||
NROFF = "${groff}/bin/nroff";
|
||||
# NROFF = "${groff}/bin/nroff";
|
||||
|
||||
patches = [ ./01-cygwin.patch ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue