Aaron Jheng
c12ccc8c2b
cassandra_4: 4.0.7 -> 4.1.0
2023-01-26 11:19:21 +00:00
Ben Siraphob
259fa13d53
treewide: remove nativeBuildInputs that are in stdenv
2022-04-16 21:46:46 +03:00
Robert Hensing
0038244d60
cassandra: Make updateScript update individual version
2022-04-11 17:25:10 +02:00
Robert Hensing
ab55499253
cassandra: Add updateScript
2022-04-11 17:25:10 +02:00
Robert Hensing
72ddd738f4
cassandra: Remove javadoc which is not shipped in new versions
2022-02-23 15:23:18 +01:00
Renaud
944a2dc835
Treewide: fix some permanent redirects on homepages
...
(#153213 )
Issue #60004
2022-01-03 16:53:12 +01:00
Frederik Rietdijk
e029eba1ca
cassandra: stay with python2
...
Did not test with python3.
2021-07-27 20:37:04 +02:00
Robert Hensing
726669ace8
cassandra: use Nix scope checking
2021-04-29 08:40:12 +02:00
Robert Hensing
19ba3d97d2
cassandra: format
2021-04-29 08:40:12 +02:00
Robert Hensing
d18e47b760
cassandra: Invoke install hooks
...
Thanks @r-rmcgibbo for pointing that out
2021-02-18 12:17:30 +01:00
Robert Hensing
4ca1c4bcd5
cassandra_2*: mark as insecure
2021-02-18 11:50:14 +01:00
Ben Siraphob
872973d7d1
pkgs/servers: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Robert Hensing
ccdfb9c6ea
cassandra: Add myself as maintainer
2020-12-14 15:37:46 +01:00
Robert Hensing
a298710dd1
cassandra: Add passthru.tests
2020-12-09 13:24:48 +01:00
Casey Ransom
f6e974e701
cassandra: remove maintainer cransom
...
I've been disconnected from Cassandra for years now, I wouldn't be an
appropriate maintainer.
2020-12-02 11:01:14 -05:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Daniel Schaefer
d8ad5ad2a2
cassandra: Properly wrap all binaries
...
Would previously overwrite the binary with the wrapper and thus wrap
itself (resulting in an infinite recursion on execution) for the
binaries in /bin.t
2019-06-13 04:36:41 +02:00
Daniel Schaefer
2e6b8ae970
cassandra: Wrap new binaries ( #59090 )
...
The new releases of cassandra added some binaries that the install
script didn't wrap and thus were unusable.
2019-04-07 15:53:57 +02:00
Thomas Bach
31e11bdd60
cassandra: rewrote service from scratch
...
Adds a replacement for the previously broken
`services.database.cassandra` with tests for a multi-node setup.
2018-08-07 14:48:43 +00: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
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