mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: mu: Use G-expressions.
* gnu/packages/mail.scm (mu)[arguments]: Use G-expressions. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
3138d3f3c9
commit
03e7df49c4
1 changed files with 21 additions and 20 deletions
|
@ -1179,13 +1179,14 @@ (define-public mu
|
|||
(inputs
|
||||
(list glib gmime xapian))
|
||||
(arguments
|
||||
`(#:modules ((guix build meson-build-system)
|
||||
(list
|
||||
#:modules '((guix build meson-build-system)
|
||||
(guix build emacs-utils)
|
||||
(guix build utils))
|
||||
#:imported-modules (,@%meson-build-system-modules
|
||||
#:imported-modules `(,@%meson-build-system-modules
|
||||
(guix build emacs-utils))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch-bin-references
|
||||
(lambda _
|
||||
(substitute* '("guile/tests/test-mu-guile.cc"
|
||||
|
|
Loading…
Reference in a new issue