libedit: disable workaround for non-sandbox, avoid false groff dep

This commit is contained in:
Will Dietz 2018-01-15 19:12:03 -06:00
parent 0b0e2d68b8
commit 60d5e68a25
1 changed files with 1 additions and 1 deletions

View File

@ -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 ];