diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-15 17:36:21 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-16 12:44:38 +0100 |
| commit | 15d3de9d36a67ff25c2b0248dd2585330b29ecfd (patch) | |
| tree | c48f16968a455f306e7680a396ea2fef01d62b65 /gnu | |
| parent | 73221c441f2021abd657d7dba9c07187bd9dcf3a (diff) | |
gnu: gourmet: Add missing input.
* gnu/packages/nutrition.scm (gourmet)[inputs]: Add python-toml.
Change-Id: I53bc9b0247c6dc32c5ec6e3cc518dbc982362bd2
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/nutrition.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/nutrition.scm b/gnu/packages/nutrition.scm index 90a70753de8..1cfce633b5c 100644 --- a/gnu/packages/nutrition.scm +++ b/gnu/packages/nutrition.scm | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> | 4 | ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> |
| 5 | ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il> | 5 | ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il> |
| 6 | ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com> | 6 | ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com> |
| 7 | ;;; Copyright © 2024 Ricardo Wurmus <rekado@elephly.net> | ||
| 7 | ;;; | 8 | ;;; |
| 8 | ;;; This file is part of GNU Guix. | 9 | ;;; This file is part of GNU Guix. |
| 9 | ;;; | 10 | ;;; |
| @@ -36,6 +37,7 @@ | |||
| 36 | #:use-module (gnu packages gstreamer) | 37 | #:use-module (gnu packages gstreamer) |
| 37 | #:use-module (gnu packages image) | 38 | #:use-module (gnu packages image) |
| 38 | #:use-module (gnu packages python) | 39 | #:use-module (gnu packages python) |
| 40 | #:use-module (gnu packages python-build) | ||
| 39 | #:use-module (gnu packages python-crypto) | 41 | #:use-module (gnu packages python-crypto) |
| 40 | #:use-module (gnu packages python-web) | 42 | #:use-module (gnu packages python-web) |
| 41 | #:use-module (gnu packages python-xyz) | 43 | #:use-module (gnu packages python-xyz) |
| @@ -150,7 +152,8 @@ in the @url{https://schema.org/Recipe} format.") | |||
| 150 | python-pygobject | 152 | python-pygobject |
| 151 | python-requests | 153 | python-requests |
| 152 | python-scrape-schema-recipe | 154 | python-scrape-schema-recipe |
| 153 | python-sqlalchemy)) | 155 | python-sqlalchemy |
| 156 | python-toml)) | ||
| 154 | (home-page "https://thinkle.github.io/gourmet/") | 157 | (home-page "https://thinkle.github.io/gourmet/") |
| 155 | (synopsis "Recipe organizer") | 158 | (synopsis "Recipe organizer") |
| 156 | (description | 159 | (description |
