guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: privoxy: Make some inputs native.


From: guix-commits
Subject: 01/04: gnu: privoxy: 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 3926d0fcffb3d8bf8d97507e399f3d8cd96c852f
Author: Vincent Legoll <address@hidden>
AuthorDate: Mon Mar 30 22:21:08 2020 +0200

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

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 61e52ba..6c6da23 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2017, 2018, 2019 Eric Bavier <address@hidden>
 ;;; Copyright © 2017 Rutger Helling <address@hidden>
 ;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -141,8 +142,9 @@ rejects UDP traffic from the application you're using.")
     (inputs
      `(("w3m" ,w3m)
        ("pcre" ,pcre)
-       ("zlib" ,zlib)
-       ("autoconf" ,autoconf)
+       ("zlib" ,zlib)))
+    (native-inputs
+     `(("autoconf" ,autoconf)
        ("automake" ,automake)))
     (home-page "https://www.privoxy.org";)
     (synopsis "Web proxy with advanced filtering capabilities for enhancing 
privacy")



reply via email to

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