diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-12-12 20:58:36 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-12-12 20:58:36 +0100 |
commit | f765b88cb7ca3a7a28ed5200bd63cafc839646a2 (patch) | |
tree | 1e8eeac8364fcd4fd67a32a87b363b71251fb779 /gnu | |
parent | 18de9e395ff8e67b673f519fe44a849d42aa26ad (diff) |
gnu: gnucash: Make SWIG a native input.
* gnu/packages/gnucash.scm (gnucash)[inputs]: Move SWIG to...
[native-inputs]: ... here.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnucash.scm | 2 |
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. |