gnu: python2: Add 'cpe-name' property.
* gnu/packages/python.scm (python2)[properties]: New field.
This commit is contained in:
parent
e27ae2db00
commit
cb13618b6d
|
@ -261,6 +261,7 @@ introspection capabilities; intuitive object orientation; natural
|
|||
expression of procedural code; full modularity, supporting hierarchical
|
||||
packages; exception-based error handling; and very high level dynamic
|
||||
data types.")
|
||||
(properties '((cpe-name . "python")))
|
||||
(license license:psfl)))
|
||||
|
||||
;; Current 2.x version.
|
||||
|
|
Loading…
Reference in New Issue