mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 15:23:26 +03:00
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
@ -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 New Issue
Block a user