Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -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"; pkgs/os-specific/linux/tuxedo-drivers/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -71,6 +71,7 @@ stdenv.mkDerivation (finalAttrs: { keksgesicht xaverdh XBagon wetisobe ]; platforms = lib.platforms.linux; }; Loading pkgs/os-specific/linux/tuxedo-drivers/no-cp-etc-usr.patch→pkgs/os-specific/linux/tuxedo-drivers/no-cp-usr.patch +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -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";
pkgs/os-specific/linux/tuxedo-drivers/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -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" Loading Loading @@ -71,6 +71,7 @@ stdenv.mkDerivation (finalAttrs: { keksgesicht xaverdh XBagon wetisobe ]; platforms = lib.platforms.linux; }; Loading
pkgs/os-specific/linux/tuxedo-drivers/no-cp-etc-usr.patch→pkgs/os-specific/linux/tuxedo-drivers/no-cp-usr.patch +1 −1 Original line number Diff line number Diff line Loading @@ -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