olm: fix paths in pkg-config file
This commit is contained in:
parent
96a487c3e6
commit
c709dd4c56
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ stdenv.mkDerivation rec {
|
|||
|
||||
doCheck = true;
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace olm.pc.in \
|
||||
--replace '$'{exec_prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@ \
|
||||
--replace '$'{prefix}/@CMAKE_INSTALL_INCLUDEDIR@ @CMAKE_INSTALL_FULL_INCLUDEDIR@
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Implements double cryptographic ratchet and Megolm ratchet";
|
||||
homepage = "https://gitlab.matrix.org/matrix-org/olm";
|
||||
|
|
Loading…
Reference in a new issue