treewide: Mass replace 'xorg.libxcb}/lib' to refer the 'out' output

This commit is contained in:
Tuomas Tynkkynen 2016-01-24 09:29:50 +02:00
parent 5d52f55426
commit eec609fcc1

View file

@ -23731,7 +23731,7 @@ in modules // {
patchPhase = '' patchPhase = ''
# Hardcode cairo library path # 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 ]; propagatedBuildInputs = [ self.cffi self.six ];