mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 20:21:14 +00:00
Copy virtualbox HAL FDI file, so that the mouse cursor follows the host OS' cursor
svn path=/nixpkgs/trunk/; revision=17780
This commit is contained in:
parent
fef3041a74
commit
6cee2a18b3
|
@ -66,6 +66,10 @@ stdenv.mkDerivation {
|
|||
ensureDir $out/share/applications
|
||||
cp -v vboxclient.desktop $out/share/applications
|
||||
|
||||
# Install HAL FDI file
|
||||
ensureDir $out/share/hal/fdi/policy
|
||||
install -m 644 90-vboxguest.fdi $out/share/hal/fdi/policy
|
||||
|
||||
# Install Xorg drivers
|
||||
ensureDir $out/lib/xorg/modules/{drivers,input}
|
||||
install -m 644 vboxvideo_drv_15.so $out/lib/xorg/modules/drivers/vboxvideo_drv.so
|
||||
|
|
Loading…
Reference in a new issue