groff: Fix cross-compilation
Fixup the patch from 4f3c8178b8 so it
applies to the current groff.
The patch was removed, but cross-compilation not validated, in #70500.
This commit is contained in:
@@ -20,6 +20,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = false;
|
||||
|
||||
patches = [
|
||||
./0001-Fix-cross-compilation-by-looking-for-ar.patch
|
||||
];
|
||||
|
||||
postPatch = stdenv.lib.optionalString (psutils != null) ''
|
||||
substituteInPlace src/preproc/html/pre-html.cpp \
|
||||
--replace "psselect" "${psutils}/bin/psselect"
|
||||
|
||||
Reference in New Issue
Block a user