mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
treewide: Mass replace 'xorg.libxcb}/lib' to refer the 'out' output
This commit is contained in:
parent
5d52f55426
commit
eec609fcc1
1 changed files with 1 additions and 1 deletions
|
@ -23731,7 +23731,7 @@ in modules // {
|
|||
|
||||
patchPhase = ''
|
||||
# Hardcode cairo library path
|
||||
sed -e 's,ffi\.dlopen(,&"${pkgs.xorg.libxcb}/lib/" + ,' -i xcffib/__init__.py
|
||||
sed -e 's,ffi\.dlopen(,&"${pkgs.xorg.libxcb.out}/lib/" + ,' -i xcffib/__init__.py
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ self.cffi self.six ];
|
||||
|
|
Loading…
Reference in a new issue