16 gnome-online-accounts,
25 stdenv.mkDerivation rec {
26 pname = "gnome-recipes";
29 src = fetchFromGitLab {
30 domain = "gitlab.gnome.org";
34 fetchSubmodules = true;
35 sha256 = "GyFOwEYmipQdFLtTXn7+NvhDTzxBlOAghr3cZT4QpQw=";
62 chmod +x src/list_to_c.py
63 patchShebangs src/list_to_c.py
64 patchShebangs meson_post_install.py
68 updateScript = nix-update-script { };
72 description = "Recipe management application for GNOME";
73 mainProgram = "gnome-recipes";
74 homepage = "https://gitlab.gnome.org/GNOME/recipes";
75 maintainers = teams.gnome.members;
76 license = licenses.gpl3Plus;
77 platforms = platforms.unix;