Skip to content

Commit

Permalink
fixup! virtualbox: 6.0.12 -> 6.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
B4dM4n committed Dec 11, 2019
1 parent 041680d commit 63969f5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 296 deletions.
21 changes: 19 additions & 2 deletions pkgs/applications/virtualization/virtualbox/default.nix
Expand Up @@ -2,7 +2,7 @@
, libX11, xorgproto, libXext, libXcursor, libXmu, libIDL, SDL, libcap, libGL
, libpng, glib, lvm2, libXrandr, libXinerama, libopus, qtbase, qtx11extras
, qttools, qtsvg, qtwayland, pkgconfig, which, docbook_xsl, docbook_xml_dtd_43
, alsaLib, curl, libvpx, nettools, dbus, substituteAll
, alsaLib, curl, libvpx, nettools, dbus, substituteAll, fetchpatch
, makeself, perl
, javaBindings ? true, jdk ? null # Almost doesn't affect closure size
, pythonBindings ? false, python3 ? null
Expand Down Expand Up @@ -94,7 +94,24 @@ in stdenv.mkDerivation {
./qtx11extras.patch
# Kernel 5.4 fix, should be fixed with next upstream release
# https://www.virtualbox.org/ticket/18945
./kernel-5.4-fix.patch
(fetchpatch {
name = "kernel-5.4-fix-1.patch";
url = "https://www.virtualbox.org/changeset/81586/vbox?format=diff";
sha256 = "0zbkc9v65pkdmjik53x29g39qyf7narkhpwpx5n1n1bfqnhf0k1r";
stripLen = 1;
})
(fetchpatch {
name = "kernel-5.4-fix-2.patch";
url = "https://www.virtualbox.org/changeset/81587/vbox?format=diff";
sha256 = "1j98cqxj8qlqwaqr4mvwwbkmchw8jmygjwgzz82gix7fj76j2y9c";
stripLen = 1;
})
(fetchpatch {
name = "kernel-5.4-fix-3.patch";
url = "https://www.virtualbox.org/changeset/81649/vbox?format=diff";
sha256 = "1d6p5k5dgzmjglqfkbcbvpn1x3wxila30q4gcbb7pxwfgclaw2hk";
stripLen = 1;
})
];

postPatch = ''
Expand Down
294 changes: 0 additions & 294 deletions pkgs/applications/virtualization/virtualbox/kernel-5.4-fix.patch

This file was deleted.

0 comments on commit 63969f5

Please sign in to comment.