mctc-lib: fix pkg-config

This commit is contained in:
Ryan Swart 2023-03-30 18:51:41 +08:00
parent 5c30108f5e
commit cc6d1e7f34

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
postInstall = ''
substituteInPlace $out/lib/pkgconfig/${pname}.pc \
--replace "''${prefix}" ""
--replace "''${prefix}/" ""
'';
doCheck = true;