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