forked from mirrors/nixpkgs
rtrlib: fix paths in .pc file
This commit is contained in:
parent
23b3d4fb8e
commit
9e8bf24e48
|
@ -14,6 +14,11 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [ libssh openssl ];
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace "$out"/lib/pkgconfig/rtrlib.pc \
|
||||
--replace '=''${prefix}//' '=/'
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "An open-source C implementation of the RPKI/Router Protocol client";
|
||||
homepage = "https://github.com/rtrlib/rtrlib";
|
||||
|
|
Loading…
Reference in a new issue