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

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