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