mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 <m.othacehe@gmail.com>
This commit is contained in:
parent
011f941279
commit
3926d0fcff
1 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
;;; Copyright © 2017, 2018, 2019 Eric Bavier <bavier@member.fsf.org>
|
||||
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
|
||||
;;; Copyright © 2018 Ricardo Wurmus <rekado@elephly.net>
|
||||
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -141,8 +142,9 @@ (define-public privoxy
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue