From 2662c77e91ece6a4650f41a81a58f89acfbfd880 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 12 Oct 2015 21:06:35 +0200 Subject: profiles/base: Revert kernel 4.3 VirtualBox patch. This reverts the following commits: * 3b50260bb166a70a661634b3496e920d21a3ae3d * d6e723dec33951120d8b8299fbb9e49e55cc1d91 The patch is no longer needed since the upgrade in NixOS/nixpkgs@5fee5c6 because the patch was already from upstream. Signed-off-by: aszlig --- modules/user/aszlig/profiles/base.nix | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'modules/user') diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix index a2a25573..4855f32c 100644 --- a/modules/user/aszlig/profiles/base.nix +++ b/modules/user/aszlig/profiles/base.nix @@ -83,18 +83,6 @@ in { w3m = pkgs.w3m.override { graphicsSupport = true; }; - linuxPackagesFor = kernel: self: let - orig = pkgs.linuxPackagesFor kernel self; - virtualbox = orig.virtualbox.overrideDerivation (drv: { - patches = (drv.patches or []) ++ lib.singleton (pkgs.fetchpatch { - name = "kernel-4.3.patch"; - url = "https://www.virtualbox.org/changeset/57839/vbox" - + "?format=diff"; - sha256 = "01glpm9j3wp15alg5z5ylm7dm8y75kizvjc3cajl0xqd8b9jm61d"; - stripLen = 1; - }); - }); - in orig // { inherit virtualbox; }; }; }; -- cgit 1.4.1