mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Linux: Set passthru attr to contain full passthru
This fixes #1566, thanks @wizeman Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
d18bc25b95
commit
fd999ed570
@ -120,6 +120,8 @@ let
|
||||
features = lib.fold (x: y: (x.features or {}) // y) features kernelPatches;
|
||||
|
||||
meta = kernel.meta // extraMeta;
|
||||
|
||||
passthru = kernel.passthru // (removeAttrs passthru [ "passthru" ]);
|
||||
};
|
||||
|
||||
nativeDrv = lib.addPassthru kernel.nativeDrv passthru;
|
||||
|
Loading…
Reference in New Issue
Block a user