cg3: fixup paths in .pc file

This commit is contained in:
Vladimír Čunát 2022-09-28 17:19:23 +02:00
parent d713eced06
commit c644ed7108
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -30,6 +30,11 @@ let cg3 = stdenv.mkDerivation rec {
doCheck = true;
postFixup = ''
substituteInPlace "$out"/lib/pkgconfig/cg3.pc \
--replace '=''${prefix}//' '=/'
'';
passthru.tests.minimal = runCommand "${pname}-test" {
buildInputs = [
cg3