fixup! glslang: fixup paths in .pc files

I really should have inspected the resulting files.
This commit is contained in:
Vladimír Čunát 2022-09-18 19:59:17 +02:00
parent d9a56077c8
commit e7ff7d6403
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
# Fix the paths in .pc, even though it's unclear if these .pc are really useful.
postFixup = ''
substituteInPlace "$out"/lib/pkgconfig/SPIRV-Tools{,-shared}.pc \
--replace '=''${prefix}//' '='
--replace '=''${prefix}//' '=/'
'';
meta = with lib; {