netbsd.libkern: remove

libkern is only used as part of building the kernel.  There's no
reason for us to have a seperate package for it.
This commit is contained in:
Alyssa Ross 2021-04-23 17:12:57 +00:00
parent 8d0340aee5
commit 554874700a
No known key found for this signature in database
GPG key ID: F9DBED4859B271C0

View file

@ -484,13 +484,6 @@ let
'';
};
libkern = mkDerivation {
path = "lib/libkern";
version = "8.0";
sha256 = "1wirqr9bms69n4b5sr32g1b1k41hcamm7c9n7i8c440m73r92yv4";
meta.platforms = lib.platforms.netbsd;
};
column = mkDerivation {
path = "usr.bin/column";
version = "8.0";