;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 Ludovic Courtès ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (test-modules) #:use-module (guix modules) #:use-module ((guix build-system gnu) #:select (%gnu-build-system-modules)) #:use-module (srfi srfi-1) #:use-module (srfi srfi-64)) (test-begin "modules") (test-assert "closure of (guix build gnu-build-system)" (lset= equal? (live-module-closure '((guix build gnu-build-system))) (source-module-closure '((guix build gnu-build-system))) %gnu-build-system-modules (source-module-closure %gnu-build-system-modules) (live-module-closure %gnu-build-system-modules))) (test-assert "closure of (gnu build install)" (lset= equal? (live-module-closure '((gnu build install))) (source-module-closure '((gnu build install))))) (test-assert "closure of (gnu build vm)" (lset= equal? (live-module-closure '((gnu build vm))) (source-module-closure '((gnu build vm))))) (test-end) 456b324290a6839ba0b77fa84a80caa72b020f'/>
AgeCommit message (Expand)Author
2024-11-17gnu: hunspell-dictionary: Update to 24.8.2.1....* gnu/packages/hunspell.scm (hunspell-dictionary): Update to 24.8.2.1. [source]<origin>: Change url, anongit returns gateway http errors 504. Change-Id: Ida030cc94a406ace042eccbe75f60d4505e18a11 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves
2024-09-16gnu: hunspell-dict-el: Add a source file-name....* gnu/packages/hunspell.scm (hunspell-dict-el)[source]: Add a file-name field. Change-Id: Ibdc1ba7acf73c33f3bbaee888cd170b6aa4962af Efraim Flashner
2024-09-16gnu: hunspell-dict-el: Reflow with guix style....* gnu/packages/hunspell.scm (hunspell-dict-el): Reformat package definition using 'guix style'. Change-Id: Ifd741ec3aea6a25b3c2fecdb0d21caf8d5f59b94 Efraim Flashner
2024-08-21gnu: hunspell: Add Greek dictionary....* gnu/packages/hunspell.scm (hunspell-dict-el): New variable. Change-Id: I5b534862030a60e09f2c4a741a723fc2467b20ba Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Thanos Apollo
2024-06-13gnu: libreoffice: Update to 7.6.7.2....* gnu/packages/libreoffice.scm (libreoffice): Update to 7.6.7.2. * gnu/packages/hunspell.scm (hunspell-dict-he-il, hunspell-dict-it-it): Update to 7.6.7.2. Change-Id: I289a0b2b9648930b46102c055c642c333a4229fd Co-authored-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves