1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-19 00:30:30 +02:00

gnu: enchant: Don't build libenchant.a.

* gnu/packages/enchant.scm (enchant)[arguments]: Add #:configure-flags.
This commit is contained in:
Marius Bakke
2018-08-28 03:47:45 +02:00
parent 52b87855ea
commit 18ef85b64a

View File

@@ -40,6 +40,8 @@
(base32 "0zq9yw1xzk8k9s6x83n1f9srzcwdavzazn3haln4nhp9wxxrxb1g"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
(inputs
`(("aspell" ,aspell) ;; Currently, the only supported backend in Guix
("glib" ,glib))) ;; is aspell. (This information might be old)