mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Borg: Remove unused dependencies.
This is a followup to commit e191e84859
.
* gnu/packages/backup.scm (borg)[native-inputs]: Remove python-sphinx and
python-guzzle-sphinx-theme.
This commit is contained in:
parent
4092600036
commit
d4c0053e55
1 changed files with 1 additions and 4 deletions
|
@ -606,10 +606,7 @@ (define-public borg
|
|||
(native-inputs
|
||||
`(("python-cython" ,python-cython)
|
||||
("python-setuptools-scm" ,python-setuptools-scm)
|
||||
("python-pytest" ,python-pytest)
|
||||
;; For generating the documentation.
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("python-guzzle-sphinx-theme" ,python-guzzle-sphinx-theme)))
|
||||
("python-pytest" ,python-pytest)))
|
||||
(inputs
|
||||
`(("acl" ,acl)
|
||||
("libb2" ,libb2)
|
||||
|
|
Loading…
Reference in a new issue