GNU bug report logs - #53622
[PATCH 1/8] gnu: Add emacs-spaceline-all-the-icons.

Previous Next

Package: guix-patches;

Reported by: pinoaffe <pinoaffe <at> gmail.com>

Date: Sat, 29 Jan 2022 13:46:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: pinoaffe <pinoaffe <at> gmail.com>
To: 53622 <at> debbugs.gnu.org
Cc: pinoaffe <pinoaffe <at> gmail.com>
Subject: [bug#53622] [PATCH V2 5/8] gnu: Add emacs-org-chef.
Date: Sat, 29 Jan 2022 15:48:07 +0100
* gnu/packages/emacs-xyz.scm (emacs-org-chef): New variable.
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e97f0efde8..7e31e58ee7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -758,6 +758,29 @@ (define-public emacs-org-books
     "A tool for managing reading list in an Org mode file.")
   (license license:gpl3)))
 
+(define-public emacs-org-chef
+  (let ((commit "87e9a6c4844ff32f47c8d1108ec0f087a3148a8e")
+        (revision "0"))
+    (package
+     (name "emacs-org-chef")
+     (version (git-version "0" revision commit))
+     (source
+      (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/Chobbes/org-chef.git")
+             (commit commit)))
+       (sha256
+        (base32 "0xdfaf3shl3iij7nnshb5ryccqq70rpk0zm0d3fdwdbfa8rf7fkp"))))
+     (build-system emacs-build-system)
+     (propagated-inputs (list emacs-org))
+     (home-page "https://github.com/Chobbes/org-chef")
+     (synopsis "Cookbook and recipe management with org-mode")
+     (description
+      "A package for managing recipes in org-mode.  One of the main features is
+that it can automatically extract recipes from websites like allrecipes.com.")
+     (license license:expat))))
+
 (define-public emacs-project
   (package
     (name "emacs-project")
-- 
2.34.0





This bug report was last modified 3 years and 108 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.