mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-scikit-learn: Fix build.
* gnu/packages/machine-learning.scm (python-scikit-learn):
[phases]{patch-pyproject}: Remove license modification line.
Change-Id: I19585e113e8f32c506841afbdfbc957ad44539da
This commit is contained in:
parent
22ccec35c9
commit
8307dd6ea4
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue