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