From a09e24f6bea0b1f31f9919a8a3d5b024bfec9e60 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 16 Oct 2022 09:28:43 +0200 Subject: hydrus: fix package name --- pkgs/applications/graphics/hydrus/default.nix | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/graphics') diff --git a/pkgs/applications/graphics/hydrus/default.nix b/pkgs/applications/graphics/hydrus/default.nix index 9c80ed6f08600..018d6bf0b7b92 100644 --- a/pkgs/applications/graphics/hydrus/default.nix +++ b/pkgs/applications/graphics/hydrus/default.nix @@ -17,7 +17,7 @@ python3Packages.buildPythonPackage rec { owner = "hydrusnetwork"; repo = "hydrus"; rev = "refs/tags/v${version}"; - sha256 = "sha256-GmYjf2r5dyxkPWTmypChKbkeifCMFKi1lzRhPNe7Ckw="; + hash = "sha256-GmYjf2r5dyxkPWTmypChKbkeifCMFKi1lzRhPNe7Ckw="; }; nativeBuildInputs = [ @@ -30,7 +30,6 @@ python3Packages.buildPythonPackage rec { cbor2 chardet cloudscraper - dateutil html5lib lxml lz4 @@ -42,6 +41,7 @@ python3Packages.buildPythonPackage rec { pyopenssl pyside2 pysocks + python-dateutil python3Packages.mpv pyyaml qtpy @@ -52,7 +52,11 @@ python3Packages.buildPythonPackage rec { twisted ]; - checkInputs = with python3Packages; [ nose mock httmock ]; + checkInputs = with python3Packages; [ + nose + mock + httmock + ]; # most tests are failing, presumably because we are not using test.py checkPhase = '' -- cgit 1.4.1