about summary refs log tree commit diff
path: root/pkgs/os-specific/bsd/netbsd/pkgs/lorder.nix
blob: d3109601382a02802acc6d9e076a0a1715b5f115 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ mkDerivation
, bsdSetupHook, netbsdSetupHook
, makeMinimal
, install, mandoc, groff, rsync
}:

mkDerivation {
  path = "usr.bin/lorder";
  version = "9.2";
  sha256 = "0rjf9blihhm0n699vr2bg88m4yjhkbxh6fxliaay3wxkgnydjwn2";
  nativeBuildInputs = [
    bsdSetupHook netbsdSetupHook
    makeMinimal
    install mandoc groff rsync
  ];
}