aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
blob: cb774bc737f8709cc80e1eebaf6cb94d8e152d08 (about) (plain)
1
2
3
4
5
#!/bin/sh
# Create the build system.

set -e -x
exec autoreconf -vfi
nputs]: Add UNITTEST-CPP. (enchant-1.6): New public variable. * gnu/packages/fcitx.scm (fcitx)[inputs]: Change ENCHANT to ENCHANT-1.6. * gnu/packages/gnome.scm (gspell): Likewise. * gnu/packages/mate.scm (pluma): Likewise. * gnu/packages/gtk.scm (gtkspell3)[propagated-inputs]: Likewise. [inputs]: Remove duplicate ENCHANT. Marius Bakke 2018-09-26gnu: enchant: Propagate Glib....* gnu/packages/enchant.scm (enchant)[inputs]: Move GLIB ... [propagated-inputs]: ... here. New field. Marius Bakke 2018-09-26gnu: enchant: Don't build libenchant.a....* gnu/packages/enchant.scm (enchant)[arguments]: Add #:configure-flags. Marius Bakke 2018-09-26gnu: enchant: Update home page....* gnu/packages/enchant.scm (enchant)[home-page]: Set to URL mentioned on the legacy home page. Marius Bakke