bsd: init netbsd & openbsd userland

Adds a couple of useful NetBSD and OpenBSD derivations. Some of these
will be integrated into Nixpkgs later.

Noncomprehensive list:

- netbsd.getent
- netbsd.getconf
- netbsd.fts
- openbsd.mg
- netbsd.compat (can replace libbsd)
This commit is contained in:
Matthew Bauer
2018-04-24 14:16:35 -05:00
parent 0dc26d0e7e
commit 31ef995e37
9 changed files with 1367 additions and 1 deletions
-1
View File
@@ -1,7 +1,6 @@
source $stdenv/setup
(echo '#!/usr/bin/env sh'; \
echo 'echo $@'; \
echo 'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "$@"') > ssh
chmod +x ssh
export CVS_RSH=$PWD/ssh