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,
cmake,
gtest,
python,
python3,
boost
}:
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
checkInputs = [ boost python ];
checkInputs = [ boost python3 ];
doCheck = true;