mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-danneskjold-theme: Improve package style.
* gnu/packages/emacs-xyz.scm (emacs-danneskjold-theme)[arguments]: Use G-expressions. Change-Id: I5156938633f9c6e9de2c41b9bcd72c3f92d7f842
This commit is contained in:
parent
2e69b4c41d
commit
5c12e5b49c
1 changed files with 6 additions and 5 deletions
|
@ -16771,11 +16771,12 @@ (define-public emacs-danneskjold-theme
|
|||
(base32 "19lncwxzxyi73cn7439rk8cvgcj6l4x1kj6fykmw3b18s7rj555f"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'delete-screenshots
|
||||
(lambda _
|
||||
(delete-file-recursively "screenshots"))))))
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'delete-screenshots
|
||||
(lambda _
|
||||
(delete-file-recursively "screenshots"))))))
|
||||
(home-page "https://github.com/rails-to-cosmos/danneskjold-theme")
|
||||
(synopsis "High-contrast Emacs theme")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue