gnu: python-3.6: Restore name to "python".
The inherited name was changed from "python" to "python2" with commit
a7714d42, restore it.
* gnu/packages/python.scm (python)[name]: New field.
			
			
This commit is contained in:
		
							parent
							
								
									5a5b36322d
								
							
						
					
					
						commit
						b4d0cf40f2
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -338,6 +338,7 @@ data types.") | |||
| 
 | ||||
| (define-public python-3.6 | ||||
|   (package (inherit python-2) | ||||
|     (name "python") | ||||
|     (version "3.6.4") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|  |  | |||
		Reference in a new issue