aboutsummaryrefslogtreecommitdiff
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2014, 2021, 2022 Ludovic Courtès <ludo@gnu.org>
;;;
;;; 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 <http://www.gnu.org/licenses/>.

(define-module (guix)
  #:use-module (guix packages)
  #:re-export-and-replace (define-public))        ;from (guix packages)

;; The composite module that re-exports everything from the public modules.

(eval-when (eval load compile)
  (begin
    (define %public-modules
      '(base32
        build-system
        derivations
        download
        gexp
        monads
        monad-repl
        packages
        store
        utils))

    (for-each (let ((i (module-public-interface (current-module))))
                (lambda (m)
                  (module-use! i (resolve-interface `(guix ,m)))))
              %public-modules)))
>Vagrant Cascadian 2020-04-12gnu: kmail: Fix spelling of "Environments"....Vagrant Cascadian 2020-04-12gnu: kmessagelib: Fix typo "This package"....Vagrant Cascadian 2020-04-12gnu: kdepim-apps-libs: Fix typo "This package"....Vagrant Cascadian 2020-04-10gnu: akonadi: Shorten file name of patch....Ludovic Courtès 2020-03-28gnu: KOrganizer: Fix typo in description....Marius Bakke 2020-03-19gnu: Add korganizer....Hartmut Goebel 2020-03-19gnu: Add kincidenceeditor....Hartmut Goebel 2020-03-19gnu: Add keventviews....Hartmut Goebel 2020-03-19gnu: Add kcalendarsupport....Hartmut Goebel 2020-03-19gnu: Add kmail....Hartmut Goebel 2020-03-19gnu: Add knotes....Hartmut Goebel 2020-03-19gnu: Add kaddressbook....Hartmut Goebel 2020-03-19gnu: Add kdepim-runtime....Hartmut Goebel 2020-03-19gnu: Add kdav....Hartmut Goebel 2020-03-19gnu: Add kblog....Hartmut Goebel 2020-03-19gnu: Add kmailcommon....Hartmut Goebel 2020-03-19gnu: Add kmessagelib....Hartmut Goebel 2020-03-19gnu: Add libksieve....Hartmut Goebel 2020-03-08gnu: Reword and extend descriptions for some KDE packages....Hartmut Goebel 2020-03-06gnu: akonadi: Rename patch to fix guix lint warning about patch filename size....Vagrant Cascadian 2020-02-03gnu: Add kdepim-apps-libs....Hartmut Goebel 2020-02-03gnu: Add kpimcommon....Hartmut Goebel 2020-02-03gnu: Add kmailimporter....Hartmut Goebel 2020-02-03gnu: Add libkdepim....Hartmut Goebel 2020-02-03gnu: Add kgpg....Hartmut Goebel 2020-02-03gnu: Add kleopatra....Hartmut Goebel 2020-02-03gnu: Add libkleo....Hartmut Goebel 2020-02-03gnu: Add akonadi-calendar....Hartmut Goebel 2020-02-03gnu: Add kmailtransport....Hartmut Goebel 2020-02-03gnu: Add libkgapi....Hartmut Goebel 2020-02-03gnu: Add kontactinterface....Hartmut Goebel 2020-02-03gnu: Add ksmtp....Hartmut Goebel 2020-02-03gnu: Add akonadi-contacts....Hartmut Goebel 2020-02-03gnu: Add akonadi-search....Hartmut Goebel 2020-02-03gnu: Add akonadi-notes....Hartmut Goebel 2020-02-03gnu: Add akonadi-mime....Hartmut Goebel 2020-02-03gnu: Add kalarmcal....Hartmut Goebel 2020-02-03gnu: Add ktnef....Hartmut Goebel 2020-02-03gnu: Add kldap....Hartmut Goebel 2020-02-03gnu: Add kimap....Hartmut Goebel 2020-02-03gnu: Add kidentitymanagement....Hartmut Goebel 2020-02-03gnu: Add kpimtextedit....Hartmut Goebel 2020-02-03gnu: Add kcalutils....Hartmut Goebel 2020-02-03gnu: Add kmbox....Hartmut Goebel 2020-02-03gnu: Add kmime....Hartmut Goebel 2020-02-03gnu: Add akonadi....Hartmut Goebel