From 6fc58460ca5d7cce451aaea37ba8051b37c1bc0c Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 25 Aug 2014 11:10:55 +0200 Subject: Dirty hack to patch VirtualBox for kernel 3.17. Really, I haven't even tested if this builds, because a build process is hanging in zombie-"mode" right now. And I really don't want to reboot twice, so let's throw it at Hydra and hope everything works well, right? Signed-off-by: aszlig --- machines/dnyarri.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'machines/dnyarri.nix') diff --git a/machines/dnyarri.nix b/machines/dnyarri.nix index f620307a..c9650ee7 100644 --- a/machines/dnyarri.nix +++ b/machines/dnyarri.nix @@ -74,7 +74,8 @@ with import ../lib; }; in rec { kernelPackages = let - kpkgs = pkgs.linuxPackagesFor linuxVuizvui kernelPackages; + kpkgs = import ../patch-vbox.nix pkgs + (pkgs.linuxPackagesFor linuxVuizvui kernelPackages); virtualbox = kpkgs.virtualbox.override { enableExtensionPack = true; }; -- cgit 1.4.1