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

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