mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-chess: Use elpa-directory.
* gnu/packages/emacs-xyz.scm (emacs-chess)[arguments]<phases>: Use elpa-directory. Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
0a09dfea37
commit
a559a36b4d
1 changed files with 3 additions and 5 deletions
|
@ -13853,11 +13853,9 @@ board and goal value can be customized.")
|
|||
#~(modify-phases %standard-phases
|
||||
(add-after 'install 'install-pieces
|
||||
(lambda _
|
||||
(let ((pieces
|
||||
(string-append #$output "/share/emacs/site-lisp/chess-"
|
||||
#$version "/pieces")))
|
||||
(mkdir-p pieces)
|
||||
(copy-recursively "pieces" pieces)))))))
|
||||
(copy-recursively
|
||||
"pieces"
|
||||
(string-append (elpa-directory #$output) "/pieces")))))))
|
||||
(home-page "https://elpa.gnu.org/packages/chess.html")
|
||||
(synopsis "Play chess in GNU Emacs")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue