diff options
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/machine-learning.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index e6cf735ddd1..a884f2e776f 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -2502,9 +2502,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 |
