cassandra: stay with python2

Did not test with python3.
This commit is contained in:
Frederik Rietdijk 2021-07-27 15:35:38 +02:00
parent 1079157175
commit e029eba1ca

View file

@ -1,7 +1,7 @@
{ lib
, stdenv
, fetchurl
, python
, python2
, makeWrapper
, gawk
, bash
@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
fi
done
wrapProgram $out/bin/cqlsh --prefix PATH : ${python}/bin
wrapProgram $out/bin/cqlsh --prefix PATH : ${python2}/bin
runHook postInstall
'';