cxxtest: fix python3Packages eval failure (#395685)
This commit is contained in:
@@ -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 ../
|
||||
|
||||
Reference in New Issue
Block a user