Unverified Commit 5afd88b9 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

tuxedo-drivers: 4.15.4 -> 4.16.0 (#450968)

parents ff5260b7 d41fe630
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -27803,6 +27803,12 @@
    githubId = 43357387;
    keys = [ { fingerprint = "F844 80B2 0CA9 D6CC C7F5  2479 A776 D2AD 099E 8BC0"; } ];
  };
  wetisobe = {
    name = "Martin Woods";
    github = "wetisobe";
    email = "weti.sobe@pen-net.de";
    githubId = 172606048;
  };
  wetrustinprize = {
    email = "git@wetrustinprize.com";
    github = "wetrustinprize";
+4 −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"
@@ -71,6 +71,7 @@ stdenv.mkDerivation (finalAttrs: {
      keksgesicht
      xaverdh
      XBagon
      wetisobe
    ];
    platforms = lib.platforms.linux;
  };
+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