tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
osl: fixup paths in .pc files
Vladimír Čunát
3 years ago
c45e994e
07de498c
+5
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
osl
default.nix
+5
pkgs/development/compilers/osl/default.nix
···
67
67
zlib
68
68
];
69
69
70
70
+
postFixup = ''
71
71
+
substituteInPlace "$out"/lib/pkgconfig/*.pc \
72
72
+
--replace '=''${exec_prefix}//' '=/'
73
73
+
'';
74
74
+
70
75
meta = with lib; {
71
76
broken = (stdenv.isLinux && stdenv.isAarch64);
72
77
description = "Advanced shading language for production GI renderers";