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

mkDerivation {
  path = "usr.bin/file2c";
  MK_TESTS = "no";
}