me
/
guix
Archived
1
0
Fork 0

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 <m.othacehe@gmail.com>
master
Vincent Legoll 2020-04-02 01:22:24 +02:00 committed by Mathieu Othacehe
parent 5f214c642f
commit 24a3eb9084
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 5 additions and 4 deletions

View File

@ -29,6 +29,7 @@
;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
;;; Copyright © 2018, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2019 Tanguy Le Carrour <tanguy@bioneland.org>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;;
;;; 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)