guix: Update manifest.
parent
d7ea9cc4f7
commit
5ea7879896
18
manifest.scm
18
manifest.scm
|
|
@ -36,14 +36,14 @@
|
||||||
|
|
||||||
;;; We replace python-numba package by package variant without tests
|
;;; We replace python-numba package by package variant without tests
|
||||||
|
|
||||||
(define python-numba-no-check
|
;; (define python-numba-no-check
|
||||||
(package
|
;; (package
|
||||||
(inherit python-numba)
|
;; (inherit python-numba)
|
||||||
(arguments `(#:tests? #f))))
|
;; (arguments `(#:tests? #f))))
|
||||||
|
|
||||||
(define rewrite-numba
|
;; (define rewrite-numba
|
||||||
(package-input-rewriting/spec `(("python-numba" .
|
;; (package-input-rewriting/spec `(("python-numba" .
|
||||||
,(const python-numba-no-check)))))
|
;; ,(const python-numba-no-check)))))
|
||||||
|
|
||||||
|
|
||||||
;;; New packages
|
;;; New packages
|
||||||
|
|
@ -204,9 +204,9 @@ user-defined extensions).")
|
||||||
(concatenate-manifests
|
(concatenate-manifests
|
||||||
(list (packages->manifest (list python-pyqt-file-list-widget
|
(list (packages->manifest (list python-pyqt-file-list-widget
|
||||||
python-qtrangeslider
|
python-qtrangeslider
|
||||||
(rewrite-numba python-astropy)))
|
python-astropy))
|
||||||
(specifications->manifest
|
(specifications->manifest
|
||||||
(list "python" "python-dateutil"
|
(list "python" "python-dateutil" "python-numba"
|
||||||
"python-scipy" "python-scikit-learn"
|
"python-scipy" "python-scikit-learn"
|
||||||
"python-pyqt@5" "python-pyqt5-sip"
|
"python-pyqt@5" "python-pyqt5-sip"
|
||||||
"python-numpy@1" "python-pandas@1.5"
|
"python-numpy@1" "python-pandas@1.5"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue