mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Fix references to unbound variables.
This is a follow-up to f034264204
which
introduced new packages that refer to variables that no longer exist.
* gnu/packages/python-xyz.scm (python-fastjsonschema)[native-inputs]: Change
from PYTHON-PYTEST-6 to PYTHON-PYTEST.
(python-nbconvert)[native-inputs]: Change from TEXLIVE-UNION to
TEXLIVE-UPDMAP.CFG.
* gnu/packages/shells.scm (nushell)[arguments]: Remove #:rust.
This commit is contained in:
parent
09a1e17dfa
commit
bc0a78c003
2 changed files with 3 additions and 4 deletions
|
@ -10673,7 +10673,7 @@ JSON Reference and JSON Pointer.")
|
||||||
("python-json-spec" ,python-json-spec)
|
("python-json-spec" ,python-json-spec)
|
||||||
("python-jsonschema" ,python-jsonschema)
|
("python-jsonschema" ,python-jsonschema)
|
||||||
("python-pylint" ,python-pylint)
|
("python-pylint" ,python-pylint)
|
||||||
("python-pytest" ,python-pytest-6)
|
("python-pytest" ,python-pytest)
|
||||||
("python-pytest-benchmark"
|
("python-pytest-benchmark"
|
||||||
,python-pytest-benchmark)
|
,python-pytest-benchmark)
|
||||||
("python-pytest-cache" ,python-pytest-cache)
|
("python-pytest-cache" ,python-pytest-cache)
|
||||||
|
@ -10954,7 +10954,7 @@ time.")
|
||||||
("python-pytest" ,python-pytest)
|
("python-pytest" ,python-pytest)
|
||||||
("python-pytest-cov" ,python-pytest-cov)
|
("python-pytest-cov" ,python-pytest-cov)
|
||||||
("python-pytest-dependency" ,python-pytest-dependency)
|
("python-pytest-dependency" ,python-pytest-dependency)
|
||||||
("texlive" ,(texlive-union (list texlive-adjustbox
|
("texlive" ,(texlive-updmap.cfg (list texlive-adjustbox
|
||||||
texlive-amsfonts/patched
|
texlive-amsfonts/patched
|
||||||
texlive-booktabs
|
texlive-booktabs
|
||||||
texlive-caption
|
texlive-caption
|
||||||
|
|
|
@ -968,8 +968,7 @@ files and text.")
|
||||||
(base32 "0x7r8ipvypf6py2h03pdqr8pal6vyp6mskvss1rr8f0bcy3gr725"))))
|
(base32 "0x7r8ipvypf6py2h03pdqr8pal6vyp6mskvss1rr8f0bcy3gr725"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:rust ,rust-1.47
|
`(#:tests? #false ;missing files
|
||||||
#:tests? #false ;missing files
|
|
||||||
#:features '("extra")
|
#:features '("extra")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-clap" ,rust-clap-2)
|
(("rust-clap" ,rust-clap-2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue