man-db: use groff from closure, not PATH

This commit is contained in:
Tobias Geerinckx-Rice 2015-12-17 06:30:20 +01:00
parent 341d23324d
commit 11a8cddff4

View File

@ -15,6 +15,12 @@ stdenv.mkDerivation rec {
"--sysconfdir=/etc" "--sysconfdir=/etc"
"--localstatedir=/var" "--localstatedir=/var"
"--with-systemdtmpfilesdir=\${out}/lib/tmpfiles.d" "--with-systemdtmpfilesdir=\${out}/lib/tmpfiles.d"
"--with-eqn=${groff}/bin/eqn"
"--with-neqn=${groff}/bin/neqn"
"--with-nroff=${groff}/bin/nroff"
"--with-pic=${groff}/bin/pic"
"--with-refer=${groff}/bin/refer"
"--with-tbl=${groff}/bin/tbl"
]; ];
installFlags = [ "DESTDIR=\${out}" ]; installFlags = [ "DESTDIR=\${out}" ];