mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: wget: Add input libpsl.
* gnu/packages/wget.scm (wget)[inputs]: Add libpsl.
This commit is contained in:
parent
488e886384
commit
edda6db236
1 changed files with 2 additions and 2 deletions
|
@ -41,10 +41,10 @@ (define-public wget
|
|||
(base32
|
||||
"1rxhr3jmgbwryzl51di4avqxw9m9j1z2aak8q1npns0p184xsqcj"))))
|
||||
(build-system gnu-build-system)
|
||||
;; TODO: Add libpsl to inputs
|
||||
(inputs
|
||||
`(("gnutls" ,gnutls)
|
||||
("libidn" ,libidn)))
|
||||
("libidn" ,libidn)
|
||||
("libpsl" ,libpsl)))
|
||||
(native-inputs
|
||||
`(("perl" ,perl)
|
||||
("python" ,python) ;for testenv suite
|
||||
|
|
Loading…
Reference in a new issue