guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: gnucash: Make SWIG a native input.


From: guix-commits
Subject: 07/07: gnu: gnucash: Make SWIG a native input.
Date: Sat, 12 Dec 2020 15:01:08 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f765b88cb7ca3a7a28ed5200bd63cafc839646a2
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Dec 12 20:58:36 2020 +0100

    gnu: gnucash: Make SWIG a native input.
    
    * gnu/packages/gnucash.scm (gnucash)[inputs]: Move SWIG to...
    [native-inputs]: ... here.
---
 gnu/packages/gnucash.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 455c791..f71e820 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -84,7 +84,6 @@
        ("libofx" ,libofx)
        ("libxml2" ,libxml2)
        ("libxslt" ,libxslt)
-       ("swig" ,swig)
        ("webkitgtk" ,webkitgtk)
        ("aqbanking" ,aqbanking)
        ("python" ,python)
@@ -97,6 +96,7 @@
        ("googlemock" ,(package-source googletest))
        ("googletest" ,googletest)
        ("gnucash-docs" ,gnucash-docs)
+       ("swig" ,swig)
        ("pkg-config" ,pkg-config)))
     (propagated-inputs
      ;; dconf is required at runtime according to README.dependencies.



reply via email to

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