diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-06-18 21:01:54 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-06-18 21:02:42 +0300 |
commit | cb13618b6d2293e39ab4722d541dd8720e4d1812 (patch) | |
tree | 026fa89058e9ecf9b3143a62910adf0f4eca2357 /gnu | |
parent | e27ae2db008d081f2cfce14e14320b3b76a9fefb (diff) | |
download | patches-cb13618b6d2293e39ab4722d541dd8720e4d1812.tar patches-cb13618b6d2293e39ab4722d541dd8720e4d1812.tar.gz |
gnu: python2: Add 'cpe-name' property.
* gnu/packages/python.scm (python2)[properties]: New field.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 11f3aacf00..aa92e82ac2 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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. |