aboutsummaryrefslogtreecommitdiff

ea76f7ce40140ab'>packages/language.scm
AgeCommit message (Expand)Author
2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......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 Maxim Cournoyer
2024-08-18gnu: mecab-ipadic: Reduce irony....* gnu/packages/language.scm (mecab-ipadic)[description]: Fix typo. Change-Id: I8bf2dc7deb7479f4b8cdb3298cd82089ab67de8a Tobias Geerinckx-Rice
2024-01-21Merge branch 'master' into emacs-teamLiliana Marie Prikler
2023-11-01gnu: skktools: Build autoloads before installing them....* gnu/packages/language.scm (skktools)[#:phases]: Move ‘make-autoloads’ after ‘unpack’. Liliana Marie Prikler
2023-11-23gnu: praat: Update to 6.4....* gnu/packages/language.scm (praat): Update to 6.4. Change-Id: I6138e87781e007d5798a908a4b5ae5c0c3338b05 Signed-off-by: Christopher Baines <mail@cbaines.net> Preston M. Firestone
2023-08-15gnu: nimf: Build with librsvg-for-system....* gnu/packages/language.scm (nimf)[inputs]: Replace librsvg with librsvg-for-system. Efraim Flashner
2023-08-07gnu: praat: Honor #:tests?....* gnu/packages/language.scm (praat)[arguments]: Check #:tests? in 'check phase. Ludovic Courtès
2023-08-07gnu: praat: Update style....* 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> Preston M. Firestone
2023-08-07gnu: praat: Add tests to praat....* gnu/packages/language.scm (praat): Run non-graphical tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Preston M. Firestone
2023-08-07gnu: praat: Update to 6.3.10....* gnu/packages/language.scm (praat): Update to 6.3.10. [make-flags]: Use (cc-for-target). Signed-off-by: Ludovic Courtès <ludo@gnu.org> Preston M. Firestone
2023-08-07gnu: praat: Update to 6.1.49....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> Preston M. Firestone
2023-05-30gnu: Add skktools....* gnu/packages/language.scm (skktools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> gemmaro