about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-01-15 19:12:03 -0600
committerWill Dietz <w@wdtz.org>2018-01-22 17:24:53 -0600
commit60d5e68a259fd1abc017c757ab310b9c638d8a2e (patch)
treeb90c255c39c1653740e0cf27b8a5ac216335a4c6 /pkgs
parent0b0e2d68b8cdb7425e0a65e5d40f457538020e53 (diff)
downloadnixlib-60d5e68a259fd1abc017c757ab310b9c638d8a2e.tar
nixlib-60d5e68a259fd1abc017c757ab310b9c638d8a2e.tar.gz
nixlib-60d5e68a259fd1abc017c757ab310b9c638d8a2e.tar.bz2
nixlib-60d5e68a259fd1abc017c757ab310b9c638d8a2e.tar.lz
nixlib-60d5e68a259fd1abc017c757ab310b9c638d8a2e.tar.xz
nixlib-60d5e68a259fd1abc017c757ab310b9c638d8a2e.tar.zst
nixlib-60d5e68a259fd1abc017c757ab310b9c638d8a2e.zip
libedit: disable workaround for non-sandbox, avoid false groff dep
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/libedit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libedit/default.nix b/pkgs/development/libraries/libedit/default.nix
index c61876713c10..bd230c61028f 100644
--- a/pkgs/development/libraries/libedit/default.nix
+++ b/pkgs/development/libraries/libedit/default.nix
@@ -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 ];