mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-09 04:40:06 -05:00
gnu: python2-openpyxl: Explicitly build with Python 2.
* gnu/packages/python-xyz.scm (python2-openpyxl)[arguments]: Add value for #:python field.
This commit is contained in:
parent
7fb5bfc54f
commit
4f536c4607
1 changed files with 3 additions and 1 deletions
|
@ -2426,7 +2426,9 @@ (define-public python2-openpyxl
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qzjj8nwj4dn0mhq1j64f136afiqqb81lvqiikipz3g1g0b80lqx"))))
|
"1qzjj8nwj4dn0mhq1j64f136afiqqb81lvqiikipz3g1g0b80lqx"))))
|
||||||
(arguments '(#:tests? #f))))) ; No test suite.
|
(arguments
|
||||||
|
`(#:python ,python-2
|
||||||
|
#:tests? #f))))) ; No test suite.
|
||||||
|
|
||||||
(define-public python-eventlet
|
(define-public python-eventlet
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue