netbsd.uuencode: init at 8.0

Required to build the NetBSD kernel.
This commit is contained in:
Alyssa Ross 2021-04-18 10:47:35 +00:00
parent 529b539494
commit 05e8b0de1a
No known key found for this signature in database
GPG Key ID: F9DBED4859B271C0

View File

@ -379,6 +379,13 @@ let
(fetchNetBSD "tools/Makefile.host" "8.0" "1p23dsc4qrv93vc6gzid9w2479jwswry9qfn88505s0pdd7h6nvp")
];
};
uudecode = mkDerivation {
path = "usr.bin/uudecode";
version = "8.0";
sha256 = "00a3zmh15pg4vx6hz0kaa5mi8d2b1sj4h512d7p6wbvxq6mznwcn";
NIX_CFLAGS_COMPILE = lib.optional stdenv.isLinux "-DNO_BASE64";
};
##
## END COMMAND LINE TOOLS
##