1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gnucash: Make SWIG a native input.

* gnu/packages/gnucash.scm (gnucash)[inputs]: Move SWIG to...
[native-inputs]: ... here.
This commit is contained in:
Ludovic Courtès
2020-12-12 20:58:36 +01:00
parent 18de9e395f
commit f765b88cb7

View File

@@ -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.