guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-vedo: Make pkg-config a native input.


From: guix-commits
Subject: branch master updated: gnu: python-vedo: Make pkg-config a native input.
Date: Wed, 02 Jun 2021 05:30:45 -0400

This is an automated email from the git hooks/post-receive script.

pgarlick pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new da34036  gnu: python-vedo: Make pkg-config a native input.
da34036 is described below

commit da340369ac35dc4db008d0b3997a51e72b941a18
Author: Paul Garlick <pgarlick@tourbillion-technology.com>
AuthorDate: Wed Jun 2 10:23:09 2021 +0100

    gnu: python-vedo: Make pkg-config a native input.
    
    * gnu/packages/python-science.scm (python-vedo)[inputs]: Move pkg-config 
to...
    [native-inputs]: ...here.
---
 gnu/packages/python-science.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 4284529..39f52f1 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -676,11 +676,12 @@ readable.")
                              (invoke "./run_all.sh")))
                          '("common" "dolfin")))
              #t)))))
-    (inputs ; for the check phase
+    (inputs        ; for the check phase
      `(("dolfin" ,fenics)
        ("pkgconfig" ,python-pkgconfig)
-       ("pkg-config" ,pkg-config)
        ("matplotlib" ,python-matplotlib)))
+    (native-inputs ; for python-pkgconfig
+     `(("pkg-config" ,pkg-config)))
     (propagated-inputs
      `(("numpy" ,python-numpy)
        ("vtk" ,vtk)))



reply via email to

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