man-db: use groff from closure, not PATH
This commit is contained in:
parent
341d23324d
commit
11a8cddff4
@ -9,12 +9,18 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libpipeline db groff ];
|
buildInputs = [ pkgconfig libpipeline db groff ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--disable-setuid"
|
"--disable-setuid"
|
||||||
"--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}" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user