summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-12-12 20:58:36 +0100
committerLudovic Courtès <ludo@gnu.org>2020-12-12 20:58:36 +0100
commitf765b88cb7ca3a7a28ed5200bd63cafc839646a2 (patch)
tree1e8eeac8364fcd4fd67a32a87b363b71251fb779 /gnu/packages
parent18de9e395ff8e67b673f519fe44a849d42aa26ad (diff)
downloadguix-f765b88cb7ca3a7a28ed5200bd63cafc839646a2.tar.gz
gnu: gnucash: Make SWIG a native input.
* gnu/packages/gnucash.scm (gnucash)[inputs]: Move SWIG to...
[native-inputs]: ... here.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnucash.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 455c791816..f71e8209fa 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.