osl: fixup paths in .pc files

+5
+5
pkgs/development/compilers/osl/default.nix
··· 67 zlib 68 ]; 69 70 meta = with lib; { 71 broken = (stdenv.isLinux && stdenv.isAarch64); 72 description = "Advanced shading language for production GI renderers";
··· 67 zlib 68 ]; 69 70 + postFixup = '' 71 + substituteInPlace "$out"/lib/pkgconfig/*.pc \ 72 + --replace '=''${exec_prefix}//' '=/' 73 + ''; 74 + 75 meta = with lib; { 76 broken = (stdenv.isLinux && stdenv.isAarch64); 77 description = "Advanced shading language for production GI renderers";