chafa: fix cross-compilation
This commit is contained in:
parent
c2f2239d92
commit
537fdfca20
@ -31,7 +31,8 @@ stdenv.mkDerivation rec {
|
|||||||
patches = [ ./xmlcatalog_patch.patch ];
|
patches = [ ./xmlcatalog_patch.patch ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
./autogen.sh
|
substituteInPlace ./autogen.sh --replace pkg-config '$PKG_CONFIG'
|
||||||
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [ "--enable-man"
|
configureFlags = [ "--enable-man"
|
||||||
|
Loading…
Reference in New Issue
Block a user