guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: volk: Make retained references non-native inputs.


From: guix-commits
Subject: 02/03: gnu: volk: Make retained references non-native inputs.
Date: Mon, 15 Jun 2020 08:27:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a3370b30f7c784d84d42f6d20ae577e5a4955a33
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 15 13:40:20 2020 +0200

    gnu: volk: Make retained references non-native inputs.
    
    * gnu/packages/engineering.scm (volk)[native-inputs]:
    Move python-wrapper and python-mako…
    [inputs]: …here.
---
 gnu/packages/engineering.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index 6edc799..6b776a1 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]