3
0
Fork 0
forked from mirrors/nixpkgs

kernel: revert seemingly incorrect change to extraMeta merging

This commit is contained in:
Ben Wolsieffer 2018-01-15 12:55:24 -05:00
parent 92083c3f40
commit 80f6b8e2ba

View file

@ -225,8 +225,8 @@ let
maintainers.thoughtpolice
];
platforms = platforms.linux;
};
} // extraMeta;
} // extraMeta;
};
in
assert stdenv.lib.versionAtLeast version "4.14" -> libelf != null;