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:
Nicolas Goaziou 2023-11-12 10:27:52 +01:00
parent 2e69b4c41d
commit 5c12e5b49c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16771,11 +16771,12 @@ (define-public emacs-danneskjold-theme
(base32 "19lncwxzxyi73cn7439rk8cvgcj6l4x1kj6fykmw3b18s7rj555f")))) (base32 "19lncwxzxyi73cn7439rk8cvgcj6l4x1kj6fykmw3b18s7rj555f"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases (list
(modify-phases %standard-phases #:phases
(add-after 'unpack 'delete-screenshots #~(modify-phases %standard-phases
(lambda _ (add-after 'unpack 'delete-screenshots
(delete-file-recursively "screenshots")))))) (lambda _
(delete-file-recursively "screenshots"))))))
(home-page "https://github.com/rails-to-cosmos/danneskjold-theme") (home-page "https://github.com/rails-to-cosmos/danneskjold-theme")
(synopsis "High-contrast Emacs theme") (synopsis "High-contrast Emacs theme")
(description (description