mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-pathlib2: Add comment.
As suggested by Efraim Flashner. * gnu/packages/python.scm (python-pathlib2): Add comment.
This commit is contained in:
parent
522fc32ebd
commit
49a531f545
1 changed files with 3 additions and 0 deletions
|
@ -8898,6 +8898,9 @@ (define-public python2-pathlib2
|
|||
(base32
|
||||
"0p050msg5c8d0kadv702jnfshaxrb0il765cpkgnhn6mq5hakcyy"))))
|
||||
(build-system python-build-system)
|
||||
;; We only need the the Python 2 variant, since for Python 3 our minimum
|
||||
;; version is 3.4 which already includes this package as part of the
|
||||
;; standard library.
|
||||
(arguments
|
||||
`(#:python ,python-2))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue