about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-01-26 10:10:15 +0000
committerAaron Jheng <wentworth@outlook.com>2023-01-26 11:19:21 +0000
commitc12ccc8c2b5a38c8e05dc5d0ad9f3fb8b713575f (patch)
treeb030456145935c1ffdb8d4411bbe349ec1dde658 /pkgs/top-level
parent7b9a3310ac73d1e5fc7fd9829d34e92799d23bc0 (diff)
cassandra_4: 4.0.7 -> 4.1.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index b2939e30b01e0..a0cb98ab2e87e 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -24056,6 +24056,7 @@ with pkgs;
     # Effective Cassandra 4.0.2 there is full Java 11 support
     #  -- https://cassandra.apache.org/doc/latest/cassandra/new/java11.html
     jre = pkgs.jdk11_headless;
+    python = python3;
   };
   cassandra = cassandra_3_11;