mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-nbclassic: Skip sanity check.
This is temporary and will be removed on the python-team branch. * gnu/packages/jupyter.scm (python-nbclassic)[arguments]: Delete 'sanity-check phase. Change-Id: I8a3190a849d192d9c7f1b2e903b55705622671f8
This commit is contained in:
parent
44e7540663
commit
cbc6fa9800
1 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2019, 2022 Ludovic Courtès <ludo@gnu.org>
|
;;; Copyright © 2019, 2022 Ludovic Courtès <ludo@gnu.org>
|
||||||
;;; Copyright © 2021-2024 Ricardo Wurmus <rekado@elephly.net>
|
;;; Copyright © 2021-2025 Ricardo Wurmus <rekado@elephly.net>
|
||||||
;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr>
|
;;; Copyright © 2021 Hugo Lecomte <hugo.lecomte@inria.fr>
|
||||||
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
|
;;; Copyright © 2022 Marius Bakke <marius@gnu.org>
|
||||||
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
|
@ -64,6 +64,13 @@
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qrhzazq10dz64y9mawr3ns595fsdhrj1wvbb42xhmcl66r1xq8a"))))
|
(base32 "1qrhzazq10dz64y9mawr3ns595fsdhrj1wvbb42xhmcl66r1xq8a"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:phases
|
||||||
|
;; Because python-jsonschema has an old python-webcolor. Remove this
|
||||||
|
;; when python-team branch is merged.
|
||||||
|
'(modify-phases %standard-phases
|
||||||
|
(delete 'sanity-check))))
|
||||||
(propagated-inputs (list python-argon2-cffi
|
(propagated-inputs (list python-argon2-cffi
|
||||||
python-ipykernel
|
python-ipykernel
|
||||||
python-ipython-genutils
|
python-ipython-genutils
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue