16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 hash = "sha256-55zNxZbta12T/N6ruzY+/FVlinVMYcE02C48nTQUeO4=";
44 description = "Beautiful markdown note-taking app for GNOME (forked from Paper)";
45 homepage = "https://github.com/toolstack/Folio";
46 license = licenses.gpl3Only;
47 mainProgram = "com.toolstack.Folio";
48 maintainers = with maintainers; [ aleksana ];
49 platforms = platforms.unix;