Skip to content

Commit

Permalink
netbsd.uuencode: init at 8.0
Browse files Browse the repository at this point in the history
Required to build the NetBSD kernel.
  • Loading branch information
alyssais committed Apr 18, 2021
1 parent 529b539 commit 05e8b0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/os-specific/bsd/netbsd/default.nix
Expand Up @@ -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
##
Expand Down

0 comments on commit 05e8b0d

Please sign in to comment.