virtualbox: Temporary fix for kernel >= 5.3

This commit is contained in:
William Kral
2019-09-23 12:33:34 -07:00
parent f2eb615a85
commit 2f2da824ed
2 changed files with 75 additions and 0 deletions
@@ -92,6 +92,9 @@ in stdenv.mkDerivation {
})
++ [
./qtx11extras.patch
# Kernel 5.3 fix, should be fixed with VirtualBox 6.0.14
# https://www.virtualbox.org/ticket/18911
./kernel-5.3-fix.patch
];
postPatch = ''