diff --git a/nix/sources.json b/nix/sources.json
index 7f03fda33ca98219fed721805613cb7bef4105f2..9ccad1632a55a55077845d724d5be04c6cced102 100644
--- a/nix/sources.json
+++ b/nix/sources.json
@@ -636,20 +636,6 @@ "type": "tarball",
"url": "https://github.com/semlanik/microjson/archive/0d9f50e407cd117e56582faf0d99bfececc1b6ea.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"branch": "master",
"builtin": false,
"date": "2020-09-11T21:36:14Z",
"description": "Mikatools provides fast and easy methods for common Python coding tasks",
"homepage": "https://github.com/mikahama/mikatools",
"owner": "mikahama",
"repo": "mikatools",
"rev": "e2f4d210f88904b5f6d368b638f7bb664b2e0f36",
"sha256": "0gpmwrkvn1x8sjq1681flpdma6miipw1vcmc99l15cg80sy3rz2l",
"type": "tarball",
"url": "https://github.com/mikahama/mikatools/archive/e2f4d210f88904b5f6d368b638f7bb664b2e0f36.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
"morse-talk": {
"branch": "master",
"builtin": false,
diff --git a/pkgs/development/python-modules/mikatools/default.nix b/pkgs/development/python-modules/mikatools/default.nix
index 3ed241d6ab68cf24f59073c932fc64f3e6dc1657..f3678b1714893a95677e9dbc85604901629a247f 100644
--- a/pkgs/development/python-modules/mikatools/default.nix
+++ b/pkgs/development/python-modules/mikatools/default.nix
@@ -1,17 +1,23 @@
-{ lib, python3Packages, sources }:
+{ lib, fetchFromGitHub, python3Packages }:
-python3Packages.buildPythonPackage {
+python3Packages.buildPythonPackage rec {
checkInputs = with python3Packages; [ pytestCheckHook ];
meta = with lib; {
license = licenses.mit;
maintainers = [ maintainers.sikmir ];
};
application/octet-stream
This content has been proxied by September (3851b).