mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: volk: Make retained references non-native inputs.
* gnu/packages/engineering.scm (volk)[native-inputs]: Move python-wrapper and python-mako… [inputs]: …here.
This commit is contained in:
parent
6e1aa1c443
commit
a3370b30f7
1 changed files with 2 additions and 3 deletions
|
@ -1057,9 +1057,8 @@ the 'showing the effect of'-style of operation.")
|
||||||
(,(string-append python "/bin:")))))
|
(,(string-append python "/bin:")))))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)))
|
`(("boost" ,boost)
|
||||||
(native-inputs
|
("python" ,python-wrapper)
|
||||||
`(("python" ,python-wrapper)
|
|
||||||
("python-mako" ,python-mako)))
|
("python-mako" ,python-mako)))
|
||||||
(home-page "https://www.libvolk.org/")
|
(home-page "https://www.libvolk.org/")
|
||||||
(synopsis "Vector-Optimized Library of Kernels")
|
(synopsis "Vector-Optimized Library of Kernels")
|
||||||
|
|
Loading…
Reference in a new issue