man-db: use groff from closure, not PATH
This commit is contained in:
parent
341d23324d
commit
11a8cddff4
|
@ -15,6 +15,12 @@ stdenv.mkDerivation rec {
|
|||
"--sysconfdir=/etc"
|
||||
"--localstatedir=/var"
|
||||
"--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}" ];
|
||||
|
|
Loading…
Reference in New Issue