3
5
Fork 0
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:
Tobias Geerinckx-Rice 2020-06-15 13:40:20 +02:00
parent 6e1aa1c443
commit a3370b30f7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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")