apr-util: Fix path to expat in .la file

This commit is contained in:
Tuomas Tynkkynen 2015-10-16 19:15:36 +03:00 committed by Vladimír Čunát
parent d100218bd2
commit 1a66da9757

View file

@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
# Give apr1 access to sed for runtime invocations # Give apr1 access to sed for runtime invocations
postInstall = '' postInstall = ''
substituteInPlace $out/lib/libaprutil-1.la --replace "${expat}/lib" "${expat.out}/lib"
wrapProgram $out/bin/apu-1-config --prefix PATH : "${gnused}/bin" wrapProgram $out/bin/apu-1-config --prefix PATH : "${gnused}/bin"
''; '';