mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
Merge branch 'devel' into 'main'
no custom python right now See merge request glicid-public/guix-glicid!92
This commit is contained in:
commit
e0ebbbdb96
1 changed files with 23 additions and 23 deletions
|
@ -4,29 +4,29 @@
|
||||||
#:use-module ((gnu packages python) #:prefix gnu:)
|
#:use-module ((gnu packages python) #:prefix gnu:)
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-public python-3.9
|
;(define-public python-3.9
|
||||||
(package
|
; (package
|
||||||
(inherit gnu:python-3.9)
|
; (inherit gnu:python-3.9)
|
||||||
(name "python")
|
; (name "python")
|
||||||
(version "3.9.13")
|
; (version "3.9.13")
|
||||||
(source
|
; (source
|
||||||
(origin
|
; (origin
|
||||||
(method url-fetch)
|
; (method url-fetch)
|
||||||
(uri (string-append "https://www.python.org/ftp/python/" version "/Python-" version ".tar.xz"))
|
; (uri (string-append "https://www.python.org/ftp/python/" version "/Python-" version ".tar.xz"))
|
||||||
(sha256 (base32 "03q8lcb476a9n41nih9qvwf1fzfzjbvq6vj0cnmd458yixchqnqj"))
|
; (sha256 (base32 "03q8lcb476a9n41nih9qvwf1fzfzjbvq6vj0cnmd458yixchqnqj"))
|
||||||
)
|
; )
|
||||||
)
|
; )
|
||||||
(arguments
|
;; (arguments
|
||||||
(substitute-keyword-arguments (package-arguments gnu:python-3.9)
|
;; (substitute-keyword-arguments (package-arguments gnu:python-3.9)
|
||||||
((#:tests? _ #f)
|
;; ((#:tests? _ #f)
|
||||||
;; FIXME: To run the test suite, fix all the instances where scripts
|
;; ;; FIXME: To run the test suite, fix all the instances where scripts
|
||||||
;; generates "#! /bin/sh" shebangs.
|
;; ;; generates "#! /bin/sh" shebangs.
|
||||||
#f)
|
;; #f)
|
||||||
)
|
;; )
|
||||||
)
|
;; )
|
||||||
|
;;
|
||||||
)
|
;; )
|
||||||
)
|
;; )
|
||||||
|
|
||||||
;(define-public python-3.10
|
;(define-public python-3.10
|
||||||
; (package
|
; (package
|
||||||
|
|
Loading…
Add table
Reference in a new issue