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

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