guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: debootstrap: Wrap with gpg and wget in PATH.


From: guix-commits
Subject: 03/06: gnu: debootstrap: Wrap with gpg and wget in PATH.
Date: Thu, 25 Jun 2020 19:57:08 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 6941004fb0faf82250ab3975f28ec1eb6f373d2a
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jun 19 12:08:56 2020 +0200

    gnu: debootstrap: Wrap with gpg and wget in PATH.
    
    * gnu/packages/debian.scm (debootstrap)[inputs]: Add GNUPG and WGET.
---
 gnu/packages/debian.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/debian.scm b/gnu/packages/debian.scm
index a3bbd2b..f7bf37e 100644
--- a/gnu/packages/debian.scm
+++ b/gnu/packages/debian.scm
@@ -181,7 +181,11 @@ contains the archive keys used for that.")
     (inputs
      `(("debian-keyring" ,debian-archive-keyring)
        ("ubuntu-keyring" ,ubuntu-keyring)
-       ("tzdata" ,tzdata)))
+       ("tzdata" ,tzdata)
+
+       ;; Called at run-time from various places, needs to be in PATH.
+       ("gnupg" ,gnupg)
+       ("wget" ,wget)))
     (native-inputs
      `(("perl" ,perl)))
     (home-page "https://tracker.debian.org/pkg/debootstrap";)



reply via email to

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