libebur128: fix paths in pkg-config file
This commit is contained in:
parent
4f7b421cc9
commit
52938dde0d
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ cmake pkg-config ];
|
||||
buildInputs = [ speexdsp ];
|
||||
|
||||
# https://github.com/jiixyj/libebur128/issues/121
|
||||
postPatch = ''
|
||||
substituteInPlace ebur128/libebur128.pc.cmake \
|
||||
--replace '$'{prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Implementation of the EBU R128 loudness standard";
|
||||
homepage = "https://github.com/jiixyj/libebur128";
|
||||
|
|
Loading…
Reference in a new issue