mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
libsurvive: fix path in pkg-config file
This commit is contained in:
parent
50cee473ae
commit
91bbd9567b
@ -34,6 +34,12 @@ stdenv.mkDerivation rec {
|
||||
eigen
|
||||
];
|
||||
|
||||
# https://github.com/cntools/libsurvive/issues/272
|
||||
postPatch = ''
|
||||
substituteInPlace survive.pc.in \
|
||||
--replace '$'{exec_prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Open Source Lighthouse Tracking System";
|
||||
homepage = "https://github.com/cntools/libsurvive";
|
||||
|
Loading…
Reference in New Issue
Block a user