gnu: emacs-dash: Use new package style.
* gnu/packages/emacs-xyz.scm (emacs-dash)[arguments]: Convert to list of G-Expressions.
This commit is contained in:
parent
be3b73bd88
commit
45bff50734
1 changed files with 9 additions and 8 deletions
|
@ -3677,9 +3677,10 @@ restore the saved place.")
|
||||||
(base32
|
(base32
|
||||||
"0z6f8y1m9amhg427iz1d4xcyr6n0kj5w7kmiz134p320ixsdnzd8"))))
|
"0z6f8y1m9amhg427iz1d4xcyr6n0kj5w7kmiz134p320ixsdnzd8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments `(#:tests? #t
|
(arguments
|
||||||
|
(list #:tests? #t
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-byte-compile-error-on-warn
|
(add-after 'unpack 'disable-byte-compile-error-on-warn
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
|
|
Reference in a new issue