osl: fixup paths in .pc files

This commit is contained in:
Vladimír Čunát 2022-09-28 18:26:30 +02:00
parent 07de498c77
commit c45e994e4a
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -67,6 +67,11 @@ in stdenv.mkDerivation rec {
zlib
];
postFixup = ''
substituteInPlace "$out"/lib/pkgconfig/*.pc \
--replace '=''${exec_prefix}//' '=/'
'';
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Advanced shading language for production GI renderers";