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)))
cm?id=41000d16c5c1586482a76d856c3152a6b8fcce8a'>gnu: Add nitrokey-app....Petr Hodina 2022-02-14gnu: Add cppcodec....Petr Hodina 2022-02-14gnu: Add libnitrokey....Petr Hodina 2022-01-24gnu: Add yubikey-oath-dmenu....John Kehayias 2022-01-11gnu: python-yubikey-manager: Update to 4.0.7....Ricardo Wurmus 2022-01-11gnu: python-fido2: Update to 0.9.3....Ricardo Wurmus 2021-12-17gnu: opensc: Update to 0.22.0....Tobias Geerinckx-Rice 2021-12-13gnu: Simplify package inputs....Ludovic Courtès 2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus 2021-12-01gnu: Add libfido2....Ahmad Jarara 2021-11-27gnu: eid-mw: Expand description....Tobias Geerinckx-Rice 2021-11-27gnu: eid-mw: Disable pinentry....Tobias Geerinckx-Rice 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-21gnu: eid-mw: Update to 5.0.28....Tobias Geerinckx-Rice 2021-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-10-17gnu: gnss-sdr: Update to 0.0.15....Tobias Geerinckx-Rice 2021-08-10gnu: pcsc-lite: Update to 1.9.3....Efraim Flashner 2021-08-01Merge branch 'master' into core-updates-frozenMarius Bakke 2021-07-31gnu: python-yubikey-manager: Fix libykpers reference....Dhruvin Gandhi 2021-07-24gnu: Use 'search-input-directory' and 'search-input-file' where appropriate....Ludovic Courtès 2021-07-24gnu: Use 'search-input-file' when looking for *.so and *.a....Ludovic Courtès 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès 2021-07-03gnu: ausweisapp2: Fix WRAP-QT-PROGRAM call....Tobias Geerinckx-Rice 2021-06-24gnu: Add ausweisapp2....Sergey Trofimov 2021-06-12gnu: pcsc-lite: Update to 1.9.1....Brice Waegeneire 2021-06-05gnu: Add nitrocli....Antero Mejr 2021-05-18gnu: yubikey-personalization: Fix build with GCC 10....Marius Bakke 2021-05-18gnu: yubikey-personalization: Update to 1.20.0....Marius Bakke 2021-03-23gnu: python2-fido2: Remove package....zimoun 2021-03-23gnu: python2-yubikey-manager: Remove package....zimoun 2021-03-13gnu: eid-mw: Update to 5.0.14....Tobias Geerinckx-Rice 2021-02-07gnu: ccid: Update to 1.4.34....Tobias Geerinckx-Rice 2021-01-06gnu: eid-mw: Omit static libraries....Tobias Geerinckx-Rice 2021-01-06gnu: eid-mw: Update to 5.0.11....Tobias Geerinckx-Rice 2021-01-03gnu: ccid: Fix cross-compilation....Caliph Nomble 2020-11-26Merge branch 'master' into stagingMarius Bakke 2020-11-25gnu: OpenSC: Update to 0.21.0 [fixes CVE-2020-{26570,26571,26572}]....Leo Famulari 2020-11-15Merge branch 'master' into stagingMarius Bakke 2020-11-11gnu: eid-mw: Don't try to bootstrap twice....Tobias Geerinckx-Rice 2020-11-11gnu: eid-mw: Update to 5.0.8....Raphaël Mélotte 2020-11-11gnu: eid-mw: Build reproducibly....Raphaël Mélotte