linux-libre: unbreak

(cherry picked from commit a8498f08bf29c129d91978aaedf60877f0047553)
This commit is contained in:
Maximilian Bosch 2021-10-16 02:39:33 +02:00
parent 0bf9a9ec4f
commit f1e8a51254
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E
1 changed files with 1 additions and 3 deletions

View File

@ -16,7 +16,7 @@ let
in linux.override {
argsOverride = {
modDirVersion = "${linux.modDirVersion}-gnu";
modDirVersion = "${linux.modDirVersion}-gnu1";
isLibre = true;
src = stdenv.mkDerivation {
@ -35,8 +35,6 @@ in linux.override {
'';
};
extraMeta.broken = true;
passthru.updateScript = ./update-libre.sh;
maintainers = [ lib.maintainers.qyliss ];