cxxtest: fix python3Packages eval failure (#395685)

This commit is contained in:
Sandro
2025-04-03 11:04:35 +02:00
committed by GitHub
@@ -1,10 +1,11 @@
{
lib,
python3Packages,
buildPythonApplication,
fetchFromGitHub,
ply,
}:
python3Packages.buildPythonApplication rec {
buildPythonApplication rec {
pname = "cxxtest";
version = "4.4";
@@ -17,7 +18,7 @@ python3Packages.buildPythonApplication rec {
sourceRoot = "${src.name}/python";
nativeCheckInputs = [ python3Packages.ply ];
nativeCheckInputs = [ ply ];
preCheck = ''
cd ../