dftd4: fix pkg-config

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

View File

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