Commit graph

11 commits

Author SHA1 Message Date
Jan Tojnar fc3a467b22
Merge remote-tracking branch 'upstream/master' into staging 2018-04-12 01:50:17 +02:00
Matthew Justin Bauer b1fa009aa2
unix-tools: fixup hexdump
hexdump needs utillinux
2018-04-11 14:50:27 -05:00
Matthew Justin Bauer 27dd872227
unix-tools: fixup 2018-04-11 12:46:53 -05:00
Matthew Bauer 50bdc5a612 unix-tools: fix typo 2018-04-10 21:18:42 -05:00
Matthew Bauer 70c378891e unix-tools: copy instead of linking
This prevents big closures from getting pulled in.
2018-04-10 18:55:25 -05:00
Matthew Bauer f94c9c5459 unix-tools: provide getconf and getent 2018-04-10 18:53:33 -05:00
John Ericson 52f4be2c1f unixtools: Utilize meta.platforms 2018-03-27 20:26:10 -04:00
Matthew Bauer 49455d7bae treewide: replace utillinux refs of {u,}mount
umount and mount are now provided top-level
2018-03-27 18:17:46 -05:00
Matthew Bauer 11f0e07d4f unixtools: replace darwin.ps 2018-03-27 18:17:46 -05:00
Matthew Bauer 4a9fddc598 unixtools: cleanup 2018-03-27 18:17:45 -05:00
Matthew Bauer ce8ce600ae unix-tools: introduce unix-tools.nix
unix-tools.nix has a collection of tools that are commonly installed
by default in Unix derivatives. This is intended to provide
compatibility between macOS and Linux users. Three Linux-only
derivations are provided for compatbility:

- procps
- utillinux
- nettools

More tools are also provided.

Also: treewide: use unixtools

Non-comprehensive replace of Linux-only procps and util-linux with
'unixtools'.
2018-03-26 17:40:55 -05:00