Unverified Commit 8d87bb47 authored by Martin Woods's avatar Martin Woods Committed by Sandro Jäckel
Browse files

tuxedo-drivers: 4.15.4 -> 4.16.0

parent 18e5db2c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,17 +13,17 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "tuxedo-drivers-${kernel.version}";
  version = "4.15.4";
  version = "4.16.0";

  src = fetchFromGitLab {
    group = "tuxedocomputers";
    owner = "development/packages";
    repo = "tuxedo-drivers";
    rev = "v${finalAttrs.version}";
    hash = "sha256-WJeju+czbCw03ALW7yzGAFENCEAvDdKqHvedchd7NVY=";
    hash = "sha256-NjKhr8wsnoKSFx5kEXVaQ2SQzAX8XG8ENpYKOSMB2yc=";
  };

  patches = [ ./no-cp-etc-usr.patch ];
  patches = [ ./no-cp-usr.patch ];

  postInstall = ''
    echo "Running postInstallhook"
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ index 75a6bc1..6021d42 100644
 
 install: all
 	make -C $(KDIR) M=$(PWD) $(MAKEFLAGS) modules_install
-	cp -r etc usr /
-	cp -r usr /
 
 clean:
 	make -C $(KDIR) M=$(PWD) $(MAKEFLAGS) clean