Loading pkgs/development/python-modules/image-go-nord/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -2,9 +2,12 @@ lib, buildPythonPackage, fetchFromGitHub, ffmpeg-python, numpy, pillow, pytestCheckHook, pythonOlder, requests, }: buildPythonPackage rec { Loading @@ -20,7 +23,12 @@ buildPythonPackage rec { hash = "sha256-2Dnl0dcdMo4PnhHTb/5cJ7C0CvW84av4CCbrTLPqopg="; }; propagatedBuildInputs = [ pillow ]; propagatedBuildInputs = [ ffmpeg-python numpy pillow requests ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/image-go-nord/default.nix +9 −1 Original line number Diff line number Diff line Loading @@ -2,9 +2,12 @@ lib, buildPythonPackage, fetchFromGitHub, ffmpeg-python, numpy, pillow, pytestCheckHook, pythonOlder, requests, }: buildPythonPackage rec { Loading @@ -20,7 +23,12 @@ buildPythonPackage rec { hash = "sha256-2Dnl0dcdMo4PnhHTb/5cJ7C0CvW84av4CCbrTLPqopg="; }; propagatedBuildInputs = [ pillow ]; propagatedBuildInputs = [ ffmpeg-python numpy pillow requests ]; nativeCheckInputs = [ pytestCheckHook ]; Loading