Skip to content

Commit

Permalink
pythonPackages.textblob remove with lib + set nativeCheckInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
idlip committed Nov 24, 2024
1 parent f3cb98c commit 499178c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/development/python-modules/textblob/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,13 @@ buildPythonPackage rec {

dependencies = [ nltk ];

doCheck = true;

pythonImportsCheck = [ "textblob" ];

meta = with lib; {
meta = {
changelog = "https://github.com/sloria/TextBlob/releases/tag/${version}";
description = "Simplified Text processing";
homepage = "https://textblob.readthedocs.io/";
license = licenses.mit;
maintainers = with maintainers; [ idlip ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ idlip ];
};
}

0 comments on commit 499178c

Please sign in to comment.