6ce28ca5c0
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.
7 lines
159 B
Nix
7 lines
159 B
Nix
{ callPackage, ... } @ args:
|
|
|
|
callPackage ./generic.nix (args // {
|
|
version = "2.1.15";
|
|
sha256 = "1yc6r4gmxz9c4zghzn6bz5wswz7dz61w7p4x9s5gqnixfp2mlapp";
|
|
})
|