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