Commit bf3a8492 authored by Michal Sojka's avatar Michal Sojka
Browse files

cxxtest: fix python3Packages eval failure

Without this, one gets the following error:

    error: do not use python3Packages when building Python packages,
    specify each used package as a separate argument

which was introduced by #394838.
parent 2c8d3f48
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 ../