;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2012, 2014, 2021, 2022 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 (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))) kages?id=89984be46e7714bc1b29fe04035964dfef3dec7e'>diff
AgeCommit message (Expand)Author
2016-08-04nls: Adjust to zsh.scm renaming....* po/packages/POTFILES.in: Adjust to zsh.scm renaming in commit 7ccb874a299d6c6d86a3f1625a68c08ed20dbab6. Ludovic Courtès
2016-05-26nls: Adjust to texlive.scm renaming....* po/packages/POTFILES.in: Adjust to texlive.scm rename in commit 8f9ac90182c022c69600f17ef9c1149e029bc301. Ludovic Courtès
2016-03-28nls: Update 'da' translation.Ludovic Courtès
2016-03-03po: Drop removed file 'weechat.scm'....Fixes <http://bugs.gnu.org/22888>. weechat has been merged into 'irc.scm' in e288f007. * po/packages/POTFILES.in: Drop removed file 'weechat.scm'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Justus Winter
2015-12-06nls: Add Polish translation.Ludovic Courtès
2015-11-01nls: Add Danish translation for packages.Ludovic Courtès