mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python: Revert 77c7f8f4
and make Python 3 the default.
* gnu/packages/python.scm (python-3): Rename this to... * gnu/packages/python.scm (python): ...this, rename this to... * gnu/packages/python.scm (python-2): ...this.
This commit is contained in:
parent
fbc1a58f40
commit
b24d1cfc85
1 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ (define-module (gnu packages python)
|
||||||
#:use-module (guix build-system gnu)
|
#:use-module (guix build-system gnu)
|
||||||
#:use-module (guix build-system python))
|
#:use-module (guix build-system python))
|
||||||
|
|
||||||
(define-public python
|
(define-public python-2
|
||||||
(package
|
(package
|
||||||
(name "python")
|
(name "python")
|
||||||
(version "2.7.5")
|
(version "2.7.5")
|
||||||
|
@ -151,8 +151,8 @@ (define-public python
|
||||||
data types.")
|
data types.")
|
||||||
(license psfl)))
|
(license psfl)))
|
||||||
|
|
||||||
(define-public python-3
|
(define-public python
|
||||||
(package (inherit python)
|
(package (inherit python-2)
|
||||||
(version "3.3.2")
|
(version "3.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
|
Loading…
Reference in a new issue