3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

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.