about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/freebsd/pkgs/libutil.nix
blob: c420d0daf852032029ea6c97c17476b10fdacef5 (plain) (blame)
1
2
3
4
5
6
7
{ mkDerivation, lib, stdenv }:
mkDerivation {
  path = "lib/libutil";
  extraPaths = ["lib/libc/gen"];
  clangFixup = true;
  MK_TESTS = "no";
}