virtualbox-guest-additions: fix dlopen of libXrandr
The library could not be loaded which prevented autoresizing when using the VMSVGA adapter.
This commit is contained in:
@@ -19,6 +19,7 @@ let
|
||||
dlopenLibs = [
|
||||
{ name = "libdbus-1.so"; pkg = dbus; }
|
||||
{ name = "libXfixes.so"; pkg = xorg.libXfixes; }
|
||||
{ name = "libXrandr.so"; pkg = xorg.libXrandr; }
|
||||
];
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
|
||||
Reference in New Issue
Block a user