virtualbox: fix build on linux 5.11

This commit is contained in:
André Silva
2021-03-01 10:12:27 +00:00
parent 08cb888789
commit 4499318712
2 changed files with 14 additions and 0 deletions
@@ -103,6 +103,8 @@ in stdenv.mkDerivation {
qtPluginPath = "${qtbase.bin}/${qtbase.qtPluginPrefix}:${qtsvg.bin}/${qtbase.qtPluginPrefix}:${qtwayland.bin}/${qtbase.qtPluginPrefix}";
})
++ [
# NOTE: the patch for linux 5.11 can be removed when the next version of VirtualBox is released
./linux-5-11.patch
./qtx11extras.patch
];