mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
osl: fixup paths in .pc files
This commit is contained in:
parent
07de498c77
commit
c45e994e4a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user