aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
blob: 8753c21e423f880e7a6d9f7f6f6ff1139f8b7254 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2014 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))

;; 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
        ftp-client
        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)))
u/packages/man.scm?id=9cd1b802fb000583cefafb9ccd35b87949fbb888'>gnu: man-db: Update to 2.9.2....* gnu/packages/man.scm (man-db): Update to 2.9.2. Tobias Geerinckx-Rice 2020-04-15Merge branch 'master' into core-updatesMarius Bakke 2020-04-14gnu: man-pages: Update to 5.06....* gnu/packages/man.scm (man-pages): Update to 5.06. Tobias Geerinckx-Rice 2020-04-08Merge branch 'master' into core-updates... Conflicts: etc/news.scm gnu/local.mk gnu/packages/check.scm gnu/packages/cross-base.scm gnu/packages/gimp.scm gnu/packages/java.scm gnu/packages/mail.scm gnu/packages/sdl.scm gnu/packages/texinfo.scm gnu/packages/tls.scm gnu/packages/version-control.scm Marius Bakke 2020-04-04gnu: man-db: Make some inputs native....* gnu/packages/man.scm (man-db)[inputs]: Move flex from here... [native-inputs]: ...to here. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Vincent Legoll 2020-03-31gnu: scdoc: Update to 1.10.1....* gnu/packages/man.scm (scdoc): Update to 1.10.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Alexandru-Sergiu Marton 2020-03-30Merge branch 'master' into core-updates... Conflicts: gnu/packages/admin.scm gnu/packages/commencement.scm gnu/packages/guile.scm gnu/packages/linux.scm gnu/packages/package-management.scm gnu/packages/pulseaudio.scm gnu/packages/web.scm Marius Bakke 2020-03-29gnu: txt2man: Don't use unstable tarball....* gnu/packages/man.scm (txt2man)[source]: Download using git-fetch. Efraim Flashner 2020-03-27gnu: help2man: Remove version 1.47.12....* gnu/packages/man.scm (help2man): Update to 1.47.13. (help2man/latest): Remove variable. Marius Bakke 2020-03-27Merge branch 'master' into core-updates... Conflicts: gnu/packages/icu4c.scm gnu/packages/man.scm gnu/packages/python-xyz.scm guix/scripts/environment.scm guix/scripts/pack.scm guix/scripts/package.scm guix/scripts/pull.scm guix/store.scm Marius Bakke 2020-03-26gnu: help2man: Update to 1.47.13....* gnu/packages/man.scm (help2man/latest): Update to 1.47.13. Marius Bakke 2020-03-14Merge branch 'master' into core-updatesMarius Bakke 2020-03-13gnu: libpipeline: Update to 1.5.2....* gnu/packages/man.scm (libpipeline): Update to 1.5.2. Tobias Geerinckx-Rice 2020-03-10Merge branch 'master' into core-updatesMarius Bakke 2020-03-09gnu: man-db: Update to 2.9.1....* gnu/packages/man.scm (man-db): Update to 2.9.1. Tobias Geerinckx-Rice :03:04 +0200'>2018-09-05gnu: r-diffusionmap: Update to 1.1-0.1....* gnu/packages/graph.scm (r-diffusionmap): Update to 1.1-0.1. Ricardo Wurmus