gnu: gnucash: Make SWIG a native input.
* gnu/packages/gnucash.scm (gnucash)[inputs]: Move SWIG to... [native-inputs]: ... here.
This commit is contained in:
parent
18de9e395f
commit
f765b88cb7
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,6 @@
|
||||||
("libofx" ,libofx)
|
("libofx" ,libofx)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
("swig" ,swig)
|
|
||||||
("webkitgtk" ,webkitgtk)
|
("webkitgtk" ,webkitgtk)
|
||||||
("aqbanking" ,aqbanking)
|
("aqbanking" ,aqbanking)
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
|
@ -97,6 +96,7 @@
|
||||||
("googlemock" ,(package-source googletest))
|
("googlemock" ,(package-source googletest))
|
||||||
("googletest" ,googletest)
|
("googletest" ,googletest)
|
||||||
("gnucash-docs" ,gnucash-docs)
|
("gnucash-docs" ,gnucash-docs)
|
||||||
|
("swig" ,swig)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; dconf is required at runtime according to README.dependencies.
|
;; dconf is required at runtime according to README.dependencies.
|
||||||
|
|
Reference in a new issue