summaryrefslogtreecommitdiff
path: root/Biz/Bild/Deps/interegular.nix
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Bild/Deps/interegular.nix')
-rw-r--r--Biz/Bild/Deps/interegular.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/Biz/Bild/Deps/interegular.nix b/Biz/Bild/Deps/interegular.nix
deleted file mode 100644
index 24065d8..0000000
--- a/Biz/Bild/Deps/interegular.nix
+++ /dev/null
@@ -1,21 +0,0 @@
-{ lib, sources, buildPythonPackage }:
-
-buildPythonPackage rec {
- pname = "interegular";
- version = sources.interegular.rev;
- format = "setuptools";
-
- src = sources.interegular;
-
- propagatedBuildInputs = [ ];
-
- doCheck = false; # no tests currently
- pythonImportsCheck = [ "interegular" ];
-
- meta = with lib; {
- description = "Allows to check regexes for overlaps.";
- homepage = "https://github.com/MegaIng/interegular";
- license = licenses.mit;
- maintainers = with maintainers; [ bsima ];
- };
-}