From 8307dd6ea40ef6aa46f9d6702cbe70cec8c6539d Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 24 Jan 2026 20:57:16 +0000 Subject: [PATCH] gnu: python-scikit-learn: Fix build. * gnu/packages/machine-learning.scm (python-scikit-learn): [phases]{patch-pyproject}: Remove license modification line. Change-Id: I19585e113e8f32c506841afbdfbc957ad44539da --- gnu/packages/machine-learning.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 54ab2da3fe6..a2ef73dc978 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -2362,9 +2362,6 @@ performance computing environments.") (add-after 'unpack 'patch-pyproject (lambda _ (substitute* "pyproject.toml" - ;; XXX: error: Field `project.license` has an invalid type, - ;; expecting a dictionary of strings (got `BSD-3-Clause`) - (("^license = .*") "license = {text = \"BSD-3-Clause\"}\n") ;; FIXME: This line contains regexps and breaks toml parser. (("notice-rgx.*") "")))) (add-before 'build 'configure