From ef4a2006de91dd3c70315491a02b48639dce7e16 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 25 Apr 2016 17:29:53 +0200 Subject: machines/profpatsch: remove usb kernel patch Seems like it went upstream. --- machines/profpatsch/pkgs.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'machines/profpatsch/pkgs.nix') diff --git a/machines/profpatsch/pkgs.nix b/machines/profpatsch/pkgs.nix index fb8450cf..c9c5b300 100644 --- a/machines/profpatsch/pkgs.nix +++ b/machines/profpatsch/pkgs.nix @@ -29,9 +29,4 @@ with pkgs; # sent = pkgs:q.sent.override { patches = [ ./sent-bg.patch ]; }; inherit sent; - linuxPackages = linuxPackages // { - kernel = linuxPackages.kernel.override { - kernelPatches = [ { name = "usb-fix"; patch = ./kernel-usb.patch; } ]; - }; - }; } -- cgit 1.4.1