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:
parent
8d0340aee5
commit
554874700a
1 changed files with 0 additions and 7 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue