mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 04:46:43 +00:00
fixup! glslang: fixup paths in .pc files
I really should have inspected the resulting files.
This commit is contained in:
parent
d9a56077c8
commit
e7ff7d6403
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user