mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-22 18:20:32 +02: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:
@@ -2426,7 +2426,9 @@ standard.")
|
||||
(sha256
|
||||
(base32
|
||||
"1qzjj8nwj4dn0mhq1j64f136afiqqb81lvqiikipz3g1g0b80lqx"))))
|
||||
(arguments '(#:tests? #f))))) ; No test suite.
|
||||
(arguments
|
||||
`(#:python ,python-2
|
||||
#:tests? #f))))) ; No test suite.
|
||||
|
||||
(define-public python-eventlet
|
||||
(package
|
||||
|
||||
Reference in New Issue
Block a user