miniz: fixup paths in .pc file

+6
+6
pkgs/development/libraries/miniz/default.nix
··· 13 14 nativeBuildInputs = [ cmake ]; 15 16 meta = with lib; { 17 description = "Single C source file zlib-replacement library"; 18 homepage = "https://github.com/richgel999/miniz";
··· 13 14 nativeBuildInputs = [ cmake ]; 15 16 + postFixup = '' 17 + substituteInPlace "$out"/share/pkgconfig/miniz.pc \ 18 + --replace '=''${prefix}//' '=/' \ 19 + --replace '=''${exec_prefix}//' '=/' 20 + ''; 21 + 22 meta = with lib; { 23 description = "Single C source file zlib-replacement library"; 24 homepage = "https://github.com/richgel999/miniz";