diff options
| author | Yan Abu Arab <yanabuarab@gmail.com> | 2025-10-17 21:11:13 +0300 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-11-07 20:06:22 +0100 |
| commit | c0dc5881527c97913d05dc322d1a9bc2061ec71b (patch) | |
| tree | 91f942f5cb191861df9c13a1d15de93a3a6ce01f | |
| parent | 78f05b29c1d8a2558098d3783efd709319bdccc1 (diff) | |
gnu: emacs-org-chef: Update to 0.1.3-1.9f74932.
* gnu/packages/emacs-xyz.scm (emacs-org-chef): Update to 0.1.3-1.9f74932.
[arguments]<#:emacs>: Set to emacs-no-x.
<#:phases>: Add patch-tests-to-include-full-file-path.
<#:test-command>: Set.
[propagated-inputs]: Remove emacs-org.
[native-inputs]: Add emacs-ert-runner.
Change-Id: I78377e7e04d2d74aa6bfae4063f1b9dc536f7d78
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index ead82cc4419..b2192535940 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -9485,8 +9485,8 @@ boxes, and more.") | |||
| 9485 | (define-public emacs-org-chef | 9485 | (define-public emacs-org-chef |
| 9486 | ;; Upstream does not tag version bumps. Version is extracted from "Version" | 9486 | ;; Upstream does not tag version bumps. Version is extracted from "Version" |
| 9487 | ;; keyword in main file. | 9487 | ;; keyword in main file. |
| 9488 | (let ((commit "87e9a6c4844ff32f47c8d1108ec0f087a3148a8e") | 9488 | (let ((commit "9f749324f7e8c51a2da8516820268c83e825c6c7") |
| 9489 | (revision "0")) | 9489 | (revision "1")) |
| 9490 | (package | 9490 | (package |
| 9491 | (name "emacs-org-chef") | 9491 | (name "emacs-org-chef") |
| 9492 | (version (git-version "0.1.3" revision commit)) | 9492 | (version (git-version "0.1.3" revision commit)) |
| @@ -9498,9 +9498,20 @@ boxes, and more.") | |||
| 9498 | (commit commit))) | 9498 | (commit commit))) |
| 9499 | (file-name (git-file-name name version)) | 9499 | (file-name (git-file-name name version)) |
| 9500 | (sha256 | 9500 | (sha256 |
| 9501 | (base32 "0xdfaf3shl3iij7nnshb5ryccqq70rpk0zm0d3fdwdbfa8rf7fkp")))) | 9501 | (base32 "0ii763fhfrd47ivkndml09ivn5s21vy35a182xasb42bji8mmqv8")))) |
| 9502 | (build-system emacs-build-system) | 9502 | (build-system emacs-build-system) |
| 9503 | (propagated-inputs (list emacs-org)) | 9503 | (arguments |
| 9504 | (list | ||
| 9505 | #:emacs emacs-no-x ;need libxml support | ||
| 9506 | #:phases | ||
| 9507 | #~(modify-phases %standard-phases | ||
| 9508 | (add-before 'check 'patch-tests-to-include-full-file-path | ||
| 9509 | (lambda _ | ||
| 9510 | (substitute* "tests/org-chef-json-ld-test.el" | ||
| 9511 | (("\"json-ld") | ||
| 9512 | "\"tests/json-ld"))))) | ||
| 9513 | #:test-command #~(list "ert-runner" "tests"))) | ||
| 9514 | (native-inputs (list emacs-ert-runner)) | ||
| 9504 | (home-page "https://github.com/Chobbes/org-chef") | 9515 | (home-page "https://github.com/Chobbes/org-chef") |
| 9505 | (synopsis "Cookbook and recipe management with Emacs Org mode") | 9516 | (synopsis "Cookbook and recipe management with Emacs Org mode") |
| 9506 | (description | 9517 | (description |
