about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-12-03 10:02:14 +0100
committerGitHub <noreply@github.com>2022-12-03 10:02:14 +0100
commit25db4df183dcd4888dcb6bc66ede4cbf5a39133f (patch)
treef89d7ac202127cc68c2ec32253a3e0905809924f
parentbc09dbe4bdd33f915d21b09895c51c066f6f7043 (diff)
parent44f39f4ac73f38fa4f2b7f1660d1cce49ca76179 (diff)
downloadnixlib-25db4df183dcd4888dcb6bc66ede4cbf5a39133f.tar
nixlib-25db4df183dcd4888dcb6bc66ede4cbf5a39133f.tar.gz
nixlib-25db4df183dcd4888dcb6bc66ede4cbf5a39133f.tar.bz2
nixlib-25db4df183dcd4888dcb6bc66ede4cbf5a39133f.tar.lz
nixlib-25db4df183dcd4888dcb6bc66ede4cbf5a39133f.tar.xz
nixlib-25db4df183dcd4888dcb6bc66ede4cbf5a39133f.tar.zst
nixlib-25db4df183dcd4888dcb6bc66ede4cbf5a39133f.zip
Merge pull request #204173 from fabaff/pyphen-fix
python310Packages.pyphen: fix pythonImportsCheck
-rw-r--r--pkgs/development/python-modules/pyphen/default.nix2
1 files changed, 1 insertions, 1 deletions
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; {