mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
apr-util: Fix path to expat in .la file
This commit is contained in:
parent
d100218bd2
commit
1a66da9757
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
# Give apr1 access to sed for runtime invocations
|
||||
postInstall = ''
|
||||
substituteInPlace $out/lib/libaprutil-1.la --replace "${expat}/lib" "${expat.out}/lib"
|
||||
wrapProgram $out/bin/apu-1-config --prefix PATH : "${gnused}/bin"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue