12 , gobject-introspection
16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-bArcYUHSfpjYsySGZco4fmb6bKRFtG6efhzNSqUROX0=";
40 (python3.withPackages (ps: with ps; [
46 description = "Simple and clean flashcard memorizing app";
47 homepage = "https://github.com/wbernard/Memorado";
48 license = licenses.gpl3Only;
49 maintainers = with maintainers; [ onny ];