mctc-lib: fix pkg-config

This commit is contained in:
Ryan Swart
2023-03-30 23:30:33 +08:00
parent 5c30108f5e
commit cc6d1e7f34
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
postInstall = ''
substituteInPlace $out/lib/pkgconfig/${pname}.pc \
--replace "''${prefix}" ""
--replace "''${prefix}/" ""
'';
doCheck = true;