valhalla: fixup paths in .pc file
This commit is contained in:
parent
dbe80452b1
commit
5b8ead57a3
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@ stdenv.mkDerivation rec {
|
|||
"-DENABLE_BENCHMARKS=OFF"
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace "$out"/lib/pkgconfig/libvalhalla.pc \
|
||||
--replace '=''${prefix}//' '=/' \
|
||||
--replace '=''${exec_prefix}//' '=/'
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Open Source Routing Engine for OpenStreetMap";
|
||||
homepage = "https://valhalla.readthedocs.io/";
|
||||
|
|
Loading…
Reference in a new issue