Unverified Commit e972baf5 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

cxxtest: fix python3Packages eval failure (#395685)

parents bcb33c69 bf3a8492
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
{
  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 ../