mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: tensorflow: Drop package labels from propagated-inputs.
* gnu/packages/machine-learning.scm (tensorflow)[propagated-inputs]: Drop labels.
This commit is contained in:
parent
24fc0d506a
commit
9a7fc01b5c
1 changed files with 9 additions and 9 deletions
|
@ -2794,15 +2794,15 @@ DESTINATION include/tensorflow/c FILES_MATCHING PATTERN \"*.h\")\n" m)))))
|
||||||
("swig" ,swig)
|
("swig" ,swig)
|
||||||
("unzip" ,unzip)))
|
("unzip" ,unzip)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-absl-py" ,python-absl-py)
|
(list python-absl-py
|
||||||
("python-astor" ,python-astor)
|
python-astor
|
||||||
("python-gast" ,python-gast)
|
python-gast
|
||||||
("python-grpcio" ,python-grpcio)
|
python-grpcio
|
||||||
("python-numpy" ,python-numpy)
|
python-numpy
|
||||||
("python-protobuf" ,python-protobuf-3.6)
|
python-protobuf-3.6
|
||||||
("python-six" ,python-six)
|
python-six
|
||||||
("python-termcolo" ,python-termcolor)
|
python-termcolor
|
||||||
("python-wheel" ,python-wheel)))
|
python-wheel))
|
||||||
(inputs
|
(inputs
|
||||||
`(("c-ares" ,c-ares)
|
`(("c-ares" ,c-ares)
|
||||||
("eigen" ,eigen-for-tensorflow)
|
("eigen" ,eigen-for-tensorflow)
|
||||||
|
|
Loading…
Add table
Reference in a new issue