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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user