mothacehe pushed a commit to branch master
in repository guix.
commit 24a3eb9084701f63f468ba207eeb0dc6788bf267
Author: Vincent Legoll <[email protected]>
AuthorDate: Thu Apr 2 01:22:24 2020 +0200
gnu: mailutils: Make some inputs native.
* gnu/packages/mail.scm (mailutils)[inputs]: Move dejagnu from here...
[native-inputs]: ...to here.
Signed-off-by: Mathieu Othacehe <[email protected]>
---
gnu/packages/mail.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 0cb3edd..ed14360 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -29,6 +29,7 @@
;;; Copyright © 2018 Gábor Boskovits <[email protected]>
;;; Copyright © 2018, 2019, 2020 Ricardo Wurmus <[email protected]>
;;; Copyright © 2019 Tanguy Le Carrour <[email protected]>
+;;; Copyright © 2020 Vincent Legoll <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -218,11 +219,11 @@
#:parallel-tests? #f))
(native-inputs
- `(("perl" ,perl))) ;for 'gylwrap'
- (inputs
- `(("dejagnu" ,dejagnu)
- ("m4" ,m4)
+ `(("perl" ,perl) ;for 'gylwrap'
("texinfo" ,texinfo)
+ ("dejagnu" ,dejagnu)))
+ (inputs
+ `(("m4" ,m4)
("guile" ,guile-2.2)
("gsasl" ,gsasl)
("gnutls" ,gnutls)