Loading pkgs/development/libraries/cxxtest/default.nix→pkgs/by-name/cx/cxxtest/package.nix +3 −6 Original line number Diff line number Diff line { lib, buildPythonApplication, python3Packages, fetchFromGitHub, ply, }: buildPythonApplication rec { python3Packages.buildPythonApplication rec { pname = "cxxtest"; version = "4.4"; format = "setuptools"; Loading @@ -19,7 +18,7 @@ buildPythonApplication rec { sourceRoot = "${src.name}/python"; nativeCheckInputs = [ ply ]; nativeCheckInputs = [ python3Packages.ply ]; preCheck = '' cd ../ Loading @@ -41,8 +40,6 @@ buildPythonApplication rec { cp -r ../../cxxtest "$out/include" ''; dontWrapPythonPrograms = true; meta = { homepage = "https://github.com/CxxTest/cxxtest"; description = "Unit testing framework for C++"; Loading pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -6366,8 +6366,6 @@ with pkgs; ssl_implementation = mbedtls_2; }; cxxtest = python3Packages.callPackage ../development/libraries/cxxtest { }; # Make bdb5 the default as it is the last release under the custom # bsd-like license db = db5; Loading Loading
pkgs/development/libraries/cxxtest/default.nix→pkgs/by-name/cx/cxxtest/package.nix +3 −6 Original line number Diff line number Diff line { lib, buildPythonApplication, python3Packages, fetchFromGitHub, ply, }: buildPythonApplication rec { python3Packages.buildPythonApplication rec { pname = "cxxtest"; version = "4.4"; format = "setuptools"; Loading @@ -19,7 +18,7 @@ buildPythonApplication rec { sourceRoot = "${src.name}/python"; nativeCheckInputs = [ ply ]; nativeCheckInputs = [ python3Packages.ply ]; preCheck = '' cd ../ Loading @@ -41,8 +40,6 @@ buildPythonApplication rec { cp -r ../../cxxtest "$out/include" ''; dontWrapPythonPrograms = true; meta = { homepage = "https://github.com/CxxTest/cxxtest"; description = "Unit testing framework for C++"; Loading
pkgs/top-level/all-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -6366,8 +6366,6 @@ with pkgs; ssl_implementation = mbedtls_2; }; cxxtest = python3Packages.callPackage ../development/libraries/cxxtest { }; # Make bdb5 the default as it is the last release under the custom # bsd-like license db = db5; Loading