mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
kernel: revert seemingly incorrect change to extraMeta merging
This commit is contained in:
parent
92083c3f40
commit
80f6b8e2ba
@ -225,8 +225,8 @@ let
|
||||
maintainers.thoughtpolice
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
} // extraMeta;
|
||||
} // extraMeta;
|
||||
};
|
||||
in
|
||||
|
||||
assert stdenv.lib.versionAtLeast version "4.14" -> libelf != null;
|
||||
|
Loading…
Reference in New Issue
Block a user