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

mkDerivation {
  path = "usr.bin/getent";
  patches = [ ./getent.patch ];
}