mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: git-annex-remote-hubic: Change to python2.
* gnu/packages/version-control.scm (git-annex-remote-hubic) [arguments]: Build with python2.
This commit is contained in:
parent
f9ab1da0fa
commit
f71d1a08a1
1 changed files with 7 additions and 6 deletions
|
@ -1109,15 +1109,16 @@ (define-public git-annex-remote-hubic
|
|||
(base32
|
||||
"196g3jkaybjx11nbr51n0cjps3wjzb145ab76y717diqvvxp5v4r"))))
|
||||
(build-system python-build-system)
|
||||
(arguments `(#:python ,python-2))
|
||||
(native-inputs
|
||||
`(("python-setuptools" ,python-setuptools)
|
||||
`(("python2-setuptools" ,python2-setuptools)
|
||||
;; for the tests
|
||||
("python-six" ,python-six)))
|
||||
("python2-six" ,python2-six)))
|
||||
(propagated-inputs
|
||||
`(("python-dateutil" ,python-dateutil-2)
|
||||
("python-futures" ,python-futures)
|
||||
("python-rauth" ,python-rauth)
|
||||
("python-swiftclient" ,python-swiftclient)))
|
||||
`(("python2-dateutil" ,python2-dateutil-2)
|
||||
("python2-futures" ,python2-futures)
|
||||
("python2-rauth" ,python2-rauth)
|
||||
("python2-swiftclient" ,python2-swiftclient)))
|
||||
(home-page "https://github.com/Schnouki/git-annex-remote-hubic/")
|
||||
(synopsis "Use hubic as a git-annex remote")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue