diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 31aa9d5811a..06db3fe683a 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -19462,6 +19462,7 @@ federated blogging platform WriteFreely.") | |||
| 19462 | (sha256 | 19462 | (sha256 |
| 19463 | (base32 "1wi8kj0vhlnzslarjfbi1ljqh71jlsbi4krsx6cr1ch5cm9v78y9")))) | 19463 | (base32 "1wi8kj0vhlnzslarjfbi1ljqh71jlsbi4krsx6cr1ch5cm9v78y9")))) |
| 19464 | (build-system emacs-build-system) | 19464 | (build-system emacs-build-system) |
| 19465 | (outputs (list "out" "test")) | ||
| 19465 | (arguments | 19466 | (arguments |
| 19466 | (list | 19467 | (list |
| 19467 | #:test-command #~(list "make" "test-dirty") | 19468 | #:test-command #~(list "make" "test-dirty") |
| @@ -19527,6 +19528,11 @@ federated blogging platform WriteFreely.") | |||
| 19527 | (("^datadir.*") (string-append "datadir = " elpa "/etc")) | 19528 | (("^datadir.*") (string-append "datadir = " elpa "/etc")) |
| 19528 | (("^infodir.*") (string-append "infodir = " info)))) | 19529 | (("^infodir.*") (string-append "infodir = " info)))) |
| 19529 | (invoke "make" "install" (string-append "ORGVERSION=" #$version)))) | 19530 | (invoke "make" "install" (string-append "ORGVERSION=" #$version)))) |
| 19531 | (add-after 'install 'install-org-test | ||
| 19532 | (lambda _ | ||
| 19533 | (with-directory-excursion "testing" | ||
| 19534 | (copy-recursively "." | ||
| 19535 | (string-append (elpa-directory #$output:test)))))) | ||
| 19530 | (add-after 'install 'install-org-news | 19536 | (add-after 'install 'install-org-news |
| 19531 | ;; Install ORG-NEWS files in doc directory. | 19537 | ;; Install ORG-NEWS files in doc directory. |
| 19532 | (lambda _ | 19538 | (lambda _ |
