chafa: fix cross-compilation
This commit is contained in:
parent
c2f2239d92
commit
537fdfca20
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue