cli11: use python3

This commit is contained in:
Frederik Rietdijk 2021-03-25 11:42:32 +01:00
parent b101b2efcd
commit 8456df5d37

View File

@ -3,7 +3,7 @@
fetchFromGitHub, fetchFromGitHub,
cmake, cmake,
gtest, gtest,
python, python3,
boost boost
}: }:
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ]; nativeBuildInputs = [ cmake ];
checkInputs = [ boost python ]; checkInputs = [ boost python3 ];
doCheck = true; doCheck = true;