From db5646d957895944007c1bb44fcd998ea392f168 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 4 Dec 2021 12:22:11 +0100 Subject: gnu: Adjust for python-build-system behavior change. Commit cb72f9a773e0931ee3758c851d96007ded034e4c changed the semantics of SITE-PACKAGES, but did not adjust all callers. * gnu/packages/bioinformatics.scm (python-pyvcf)[arguments]: Adjust for missing trailing slash. * gnu/packages/maths.scm (nomad-optimizer)[arguments]: Likewise. * gnu/packages/patchutils.scm (patchwork)[arguments]: Likewise. --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/maths.scm') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 14aecb955d..3ff3c14bc8 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2009,7 +2009,7 @@ interfaces.") (lambda* (#:key inputs outputs #:allow-other-keys) (delete-file (string-append (site-packages inputs outputs) - "PyNomad-0.0.0-py" + "/PyNomad-0.0.0-py" (python-version (assoc-ref inputs "python")) ".egg-info")) #t))))) -- cgit v1.2.3