Merge pull request #177286 from deinferno/vmware-fonts
vmware-workstation: remove shipped fonts.conf
This commit is contained in:
commit
78f79c21e9
1 changed files with 2 additions and 0 deletions
|
@ -158,6 +158,8 @@ stdenv.mkDerivation rec {
|
||||||
cp -r $unpacked/sbin/* $out/bin/
|
cp -r $unpacked/sbin/* $out/bin/
|
||||||
|
|
||||||
cp -r $unpacked/lib/libconf $out/lib/vmware/
|
cp -r $unpacked/lib/libconf $out/lib/vmware/
|
||||||
|
rm $out/lib/vmware/libconf/etc/fonts/fonts.conf
|
||||||
|
|
||||||
cp -r $unpacked/lib/bin $out/lib/vmware/
|
cp -r $unpacked/lib/bin $out/lib/vmware/
|
||||||
cp -r $unpacked/lib/lib $out/lib/vmware/
|
cp -r $unpacked/lib/lib $out/lib/vmware/
|
||||||
cp -r $unpacked/lib/scripts $out/lib/vmware/
|
cp -r $unpacked/lib/scripts $out/lib/vmware/
|
||||||
|
|
Loading…
Reference in a new issue