linuxPackages.tuxedo-drivers: 4.14.0 -> 4.15.4

This commit is contained in:
Martin Woods
2025-09-13 10:30:41 +02:00
committed by r-vdp
parent 1bdb773048
commit 66aa8b2930
2 changed files with 16 additions and 2 deletions
@@ -11,16 +11,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "tuxedo-drivers-${kernel.version}";
version = "4.14.0";
version = "4.15.4";
src = fetchFromGitLab {
group = "tuxedocomputers";
owner = "development/packages";
repo = "tuxedo-drivers";
rev = "v${finalAttrs.version}";
hash = "sha256-79YZaK8WrHOxSUJWxi4lc+foh4xz3EgRnjw+OrL8yqU=";
hash = "sha256-WJeju+czbCw03ALW7yzGAFENCEAvDdKqHvedchd7NVY=";
};
patches = [ ./no-cp-etc-usr.patch ];
buildInputs = [ pahole ];
nativeBuildInputs = [ kmod ] ++ kernel.moduleBuildDependencies;
@@ -0,0 +1,12 @@
diff --git a/Makefile b/Makefile
index 75a6bc1..6021d42 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,6 @@ all:
install: all
make -C $(KDIR) M=$(PWD) $(MAKEFLAGS) modules_install
- cp -r etc usr /
clean:
make -C $(KDIR) M=$(PWD) $(MAKEFLAGS) clean