13 gobject-introspection,
17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
24 rev = "refs/tags/${version}";
25 hash = "sha256-yWu2+VAa5FkpLs/KLI0lcNzFLGN/kiq6frtW8SHN+W4=";
41 (python3.withPackages (
49 description = "Simple and clean flashcard memorizing app";
50 homepage = "https://github.com/wbernard/Memorado";
51 license = licenses.gpl3Only;
52 maintainers = with maintainers; [ onny ];