Commit Graph

6 Commits

Author SHA1 Message Date
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
Tobias Geerinckx-Rice
0f84673f3d
Remove nckx as a maintainer for all packages
Goodbye, and thanks for all the Nix...
2018-01-16 23:00:49 +01:00
rushmorem
51d138f401 cassandra: remove myself from maintainers 2017-08-29 20:28:57 +02:00
Robert Helgesson
4d192a3522
cassandra: clean up installed documentation
Fixes #28281.
2017-08-21 19:41:59 +02:00
Joris Guyonvarch
f038ea0fae Cassandra: add procps dep only on linux (#19299) 2016-10-06 21:45:11 +02:00
Casey Ransom
6ce28ca5c0 cassandra: refactor versioning
This change:
- refactors the packages so it is easier to create and update new versions of
  cassandra.
- fixes a bug where Cassandra will not connect to another member unless
  LD_PRELOADing libstdc++.so. Without that change, it generates a stack trace
  and dies with exceptions regarding org.xerial.snappy.
- restricts platform to linux as procps is also linux only.
2016-08-02 20:58:35 -04:00