Skip to content

Commit

Permalink
fixup! python312Packages.crcelk: init at 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 19, 2024
1 parent 39dc2a0 commit faf58d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/development/python-modules/crcelk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ buildPythonPackage rec {

build-system = [ setuptools ];

# Module has no tests
doCheck = false;

pythonImportsCheck = [ "crcelk" ];

meta = {
description = "A pure Python implementation of the CRC algorithm";
description = "Implementation of the CRC algorithm";
homepage = "https:/zeroSteiner/crcelk";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ fab ];
Expand Down

0 comments on commit faf58d8

Please sign in to comment.