chafa: fix cross-compilation

This commit is contained in:
Adam Joseph 2023-04-05 18:50:00 -07:00 committed by Artturin
parent c2f2239d92
commit 537fdfca20

View file

@ -31,7 +31,8 @@ stdenv.mkDerivation rec {
patches = [ ./xmlcatalog_patch.patch ];
preConfigure = ''
./autogen.sh
substituteInPlace ./autogen.sh --replace pkg-config '$PKG_CONFIG'
NOCONFIGURE=1 ./autogen.sh
'';
configureFlags = [ "--enable-man"