diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-15 13:40:20 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-15 14:26:44 +0200 |
commit | a3370b30f7c784d84d42f6d20ae577e5a4955a33 (patch) | |
tree | e82ba994a436b545881cf36fca90de69b4079e0e /gnu | |
parent | 6e1aa1c443071ac8f37dc7d624a94d9c893009dd (diff) | |
download | guix-a3370b30f7c784d84d42f6d20ae577e5a4955a33.tar.gz guix-a3370b30f7c784d84d42f6d20ae577e5a4955a33.zip |
gnu: volk: Make retained references non-native inputs.
* gnu/packages/engineering.scm (volk)[native-inputs]:
Move python-wrapper and python-mako…
[inputs]: …here.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/engineering.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 6edc79906c..6b776a175b 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -1057,9 +1057,8 @@ the 'showing the effect of'-style of operation.") (,(string-append python "/bin:"))))) #t))))) (inputs - `(("boost" ,boost))) - (native-inputs - `(("python" ,python-wrapper) + `(("boost" ,boost) + ("python" ,python-wrapper) ("python-mako" ,python-mako))) (home-page "https://www.libvolk.org/") (synopsis "Vector-Optimized Library of Kernels") |