Files

8 lines
114 B
Nix

{ mkDerivation }:
mkDerivation {
path = "lib/libsbuf";
extraPaths = [ "sys/kern" ];
env.MK_TESTS = "no";
}