linux-libre: unbreak
(cherry picked from commit a8498f08bf29c129d91978aaedf60877f0047553)
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user