guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: sudo: Make some inputs native.


From: guix-commits
Subject: 02/04: gnu: sudo: Make some inputs native.
Date: Tue, 31 Mar 2020 03:42:22 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit 913c8897eafd5941aef65568168c51e5a0400e12
Author: Vincent Legoll <address@hidden>
AuthorDate: Mon Mar 30 22:28:55 2020 +0200

    gnu: sudo: Make some inputs native.
    
    * gnu/packages/admin.scm (sudo)[native-inputs]: New field.
    [inputs]: Move groff to native-inputs.
    
    Signed-off-by: Mathieu Othacehe <address@hidden>
---
 gnu/packages/admin.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 2f661f5..98cb2f9 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -32,6 +32,7 @@
 ;;; Copyright © 2019 Mathieu Othacehe <address@hidden>
 ;;; Copyright © 2020 Oleg Pykhalov <address@hidden>
 ;;; Copyright © 2020 Michael Rohleder <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1268,9 +1269,10 @@ system administrator.")
        ;; XXX: The 'testsudoers' test series expects user 'root' to exist, but
        ;; the chroot's /etc/passwd doesn't have it.  Turn off the tests.
        #:tests? #f))
+    (native-inputs
+     `(("groff" ,groff)))
     (inputs
-     `(("groff" ,groff)
-       ("linux-pam" ,linux-pam)
+     `(("linux-pam" ,linux-pam)
        ("zlib" ,zlib)
        ("coreutils" ,coreutils)))
     (home-page "https://www.sudo.ws/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]