* gnu/packages/language.scm (skktools):[arguments]<#:check-scripts>:
Replace wrap-scripts phase with install-scripts since the former does not exist.
Change-Id: I7a8a62fbea1b78e7e3998536a126b57861c7289d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/language.scm (hime)[arguments]<#:modules>: Replace the
hardcoded list with %glib-or-gtk-build-system-default-modules.
Change-Id: I5360c0000173b293e9e24290a2e8eaed84e05750
Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu/packages/language.scm (nimf)[arguments]<#:modules>: Replace the
hardcoded list with %glib-or-gtk-build-system-default-modules.
Change-Id: I5eaaac4cdd50b635d24b10c7fa2d365dcf392498
Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu/packages/language.scm (libchewing): Update to 0.9.1.
[arguments]: Remove a phase lowering the version requirement for
rust-clap-mangen.
Change-Id: Ica52cebe2a59f5a4a7b39df68723f613b9ac2158
* gnu/packages/language.scm (libchewing): Update to 0.9.0.
[build-system]: Switch to cargo-build-system.
[arguments]: Adjust for switch to cargo-build-system. Enable
parallel-tests. Add a phase to allow older versions of
rust-clap-mangen. Add the cmake version of 'configure after 'configure.
Use the cmake versions of 'build, 'check and 'install.
[native-inputs]: Add corrosion, cmake-minimal. Remove autoconf,
automake, libtool, perl, pkg-config, python-wrapper, texinfo.
Co-authored-by: Charles <charles@charje.net>
Change-Id: Ic11e38646fc47cfc2c575320f43b9355a1c83b39
Signed-off-by: jgart <jgart@dismail.de>
Until now users would have to cargo cult or inspect the private
%default-modules variable of (guix build-systems gnu) to discover which
modules to include when extending the used modules via the #:modules argument.
The renaming was automated via the command:
$ git grep -l %gnu-build-system-modules
| xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i
* guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to...
(%default-gnu-imported-modules): ... this.
(%default-modules): Rename to...
(%default-gnu-modules): ... this. Export.
(dist-package, gnu-build, gnu-cross-build): Adjust accordingly.
Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee
* gnu/packages/language.scm (praat):
[arguments]: Use g-exps.
[#:phases]: Drop trailing #t.
[inputs]: Use new format.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Version 6.1.30 of praat can't be built with GCC. Version 6.1.49 patches
this. See https://github.com/praat/praat/pull/1622 for more information.
-- >8 --
* gnu/packages/language.scm (praat): Update to 6.1.49.
[inputs]: Replace gtk+-2 with gtk+.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu/packages/language.scm (nimf) [arguments]: Remove patch-docbook-xml
phase. Remove trailing #t. Use gexps. Modify the patch-paths to avoid
having to refer to specific GTK inputs.
[native-inputs, inputs, propagated-inputs]: Remove labels.
* gnu/packages/language.scm (mecab): New variable.
* gnu/packages/patches/mecab-variable-param.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
As they only support Python 2 and appear to be unmaintained.
* gnu/packages/language.scm (python2-tegaki-wagomu):
(python2-tegaki-python, python2-tegaki-pygtk, python2-tegaki-tools)
(tegaki-zinnia-japanese, tegaki-zinnia-japanese-light)
(tegaki-zinnia-japanese-kyoiku, tegaki-zinnia-japanese-joyo)
(tegaki-zinnia-simplified-chinese, tegaki-zinnia-simplified-chinese-light)
(tegaki-zinnia-traditional-chinese, tegaki-zinnia-traditional-chinese-light)
(tegaki-wagomu-japanese, tegaki-wagomu-japanese-kyoiku)
(tegaki-wagomu-japanese-joyo, tegaki-wagomu-simplified-chinese)
(tegaki-wagomu-traditional-chinese): Delete variables.
This change was automated via the following command:
$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc # to clear some spurious changes
This is done so the qtbase package can be upgraded to version 6 in the
following commit.