[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/15: gnu: Fix references to unbound variables.
From: |
guix-commits |
Subject: |
01/15: gnu: Fix references to unbound variables. |
Date: |
Thu, 13 May 2021 11:05:47 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit bc0a78c003c63bf6886bc29f786a8ee82e95acff
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon May 10 16:48:05 2021 +0200
gnu: Fix references to unbound variables.
This is a follow-up to f03426420497cd9839f5fb3cb547dbecd8d6053b 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.
---
gnu/packages/python-xyz.scm | 4 ++--
gnu/packages/shells.scm | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0c06b32..eebb44b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10673,7 +10673,7 @@ JSON Reference and JSON Pointer.")
("python-json-spec" ,python-json-spec)
("python-jsonschema" ,python-jsonschema)
("python-pylint" ,python-pylint)
- ("python-pytest" ,python-pytest-6)
+ ("python-pytest" ,python-pytest)
("python-pytest-benchmark"
,python-pytest-benchmark)
("python-pytest-cache" ,python-pytest-cache)
@@ -10954,7 +10954,7 @@ time.")
("python-pytest" ,python-pytest)
("python-pytest-cov" ,python-pytest-cov)
("python-pytest-dependency" ,python-pytest-dependency)
- ("texlive" ,(texlive-union (list texlive-adjustbox
+ ("texlive" ,(texlive-updmap.cfg (list texlive-adjustbox
texlive-amsfonts/patched
texlive-booktabs
texlive-caption
diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm
index b9b3c58..57b1a41 100644
--- a/gnu/packages/shells.scm
+++ b/gnu/packages/shells.scm
@@ -968,8 +968,7 @@ files and text.")
(base32 "0x7r8ipvypf6py2h03pdqr8pal6vyp6mskvss1rr8f0bcy3gr725"))))
(build-system cargo-build-system)
(arguments
- `(#:rust ,rust-1.47
- #:tests? #false ;missing files
+ `(#:tests? #false ;missing files
#:features '("extra")
#:cargo-inputs
(("rust-clap" ,rust-clap-2)
- branch core-updates updated (09a1e17 -> f5ca7e7), guix-commits, 2021/05/13
- 04/15: gnu: cairo: Remove duplicate input., guix-commits, 2021/05/13
- 11/15: gnu: libwebp: Update to 1.2.0., guix-commits, 2021/05/13
- 08/15: gnu: python-pytest-asyncio: Update to 0.15.1., guix-commits, 2021/05/13
- 13/15: gnu: mozjs: Build with Rust 1.41., guix-commits, 2021/05/13
- 01/15: gnu: Fix references to unbound variables.,
guix-commits <=
- 03/15: gnu: GTK+: Remove unused inputs., guix-commits, 2021/05/13
- 10/15: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/05/13
- 15/15: gnu: elogind: Fix build failure with GCC 10., guix-commits, 2021/05/13
- 12/15: gnu: shepherd: Decrease optimization level., guix-commits, 2021/05/13
- 07/15: gnu: librsvg: Update to 2.50.5., guix-commits, 2021/05/13
- 06/15: gnu: librsvg: Build with Rust 1.48., guix-commits, 2021/05/13
- 02/15: gnu: freeglut: Fix build with GCC 10., guix-commits, 2021/05/13
- 05/15: gnu: Rust: Export all versions., guix-commits, 2021/05/13
- 14/15: gnu: mozjs: Update to 78.10.1., guix-commits, 2021/05/13
- 09/15: gnu: python-pycairo: Update to 1.20.0., guix-commits, 2021/05/13