mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: python2: Add 'cpe-name' property.
* gnu/packages/python.scm (python2)[properties]: New field.
This commit is contained in:
parent
e27ae2db00
commit
cb13618b6d
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ (define-public python-2.7
|
||||||
expression of procedural code; full modularity, supporting hierarchical
|
expression of procedural code; full modularity, supporting hierarchical
|
||||||
packages; exception-based error handling; and very high level dynamic
|
packages; exception-based error handling; and very high level dynamic
|
||||||
data types.")
|
data types.")
|
||||||
|
(properties '((cpe-name . "python")))
|
||||||
(license license:psfl)))
|
(license license:psfl)))
|
||||||
|
|
||||||
;; Current 2.x version.
|
;; Current 2.x version.
|
||||||
|
|
Loading…
Reference in a new issue