about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/security/chipsec/compile-ko.diff
blob: 2ac6f69b4f64c270d4fe81189451dffae48ac3cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index 3465765c..ae128922 100755
--- a/setup.py
+++ b/setup.py
@@ -137,7 +137,7 @@ class build_ext(_build_ext):
         elif platform.system().lower() == "windows":
             driver_build_function = self._build_win_driver
 
-        if not self.skip_driver:
+        if True:
             driver_build_function()
 
     def get_source_files(self):