20 stdenv.mkDerivation rec {
21 pname = "read-it-later";
24 src = fetchFromGitLab {
25 domain = "gitlab.gnome.org";
27 repo = "read-it-later";
29 hash = "sha256-A8u1fecJAsVlordgZmUJt/KZWxx6EWMhfdayKWHTTFY=";
32 cargoDeps = rustPlatform.fetchCargoTarball {
34 name = "${pname}-${version}";
35 hash = "sha256-wK7cegcjiu8i1Grey6ELoqAn2BrvElDXlCwafTLuFv0=";
42 rustPlatform.cargoSetupHook
59 description = "Simple Wallabag client with basic features to manage articles";
60 homepage = "https://gitlab.gnome.org/World/read-it-later";
61 changelog = "https://gitlab.gnome.org/World/read-it-later/-/releases/${src.rev}";
62 license = licenses.gpl3Plus;
63 mainProgram = "read-it-later";
64 maintainers = with maintainers; [ aleksana ];
65 platforms = platforms.unix;