about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/freebsd/pkgs/libsbuf.nix
blob: 242492a3f2f236ff0e5900656b052de891645019 (plain) (blame)
1
2
3
4
5
6
7
{ mkDerivation }:

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