From 44f39f4ac73f38fa4f2b7f1660d1cce49ca76179 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 2 Dec 2022 21:31:06 +0100 Subject: [PATCH] python310Packages.pyphen: fix pythonImportsCheck --- pkgs/development/python-modules/pyphen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pyphen/default.nix b/pkgs/development/python-modules/pyphen/default.nix index 65b88d5d611b..38dea54f9bae 100644 --- a/pkgs/development/python-modules/pyphen/default.nix +++ b/pkgs/development/python-modules/pyphen/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { ]; pythonImportsCheck = [ - "ptpython" + "pyphen" ]; meta = with lib; {