1 { lib, python3Packages }:
3 python3Packages.buildPythonApplication rec {
7 src = python3Packages.fetchPypi {
9 sha256 = "1gc4037dwyi48h4vi0bam23rr7pfyn6jrz334radz0r6rk94y8lz";
12 # nixpkgs (and the GitHub upstream for readchar) are missing 2.0.1
14 substituteInPlace setup.py --replace 'readchar>=2.0.1' 'readchar>=2.0.0'
17 propagatedBuildInputs = with python3Packages; [
29 homepage = "https://github.com/C0D3D3V/Moodle-Downloader-2";
30 maintainers = [ maintainers.kmein ];
31 description = "A Moodle downloader that downloads course content fast from Moodle";
32 license = licenses.gpl3Plus;