diff options
Diffstat (limited to 'gnu.scm')
| -rw-r--r-- | gnu.scm | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2014, 2015, 2016, 2017, 2019 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2014, 2015, 2016, 2017, 2019, 2020 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2015 Joshua S. Grant <jgrant@parenthetical.io> | 3 | ;;; Copyright © 2015 Joshua S. Grant <jgrant@parenthetical.io> |
| 4 | ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> | 4 | ;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com> |
| 5 | ;;; | 5 | ;;; |
| @@ -20,7 +20,8 @@ | |||
| 20 | 20 | ||
| 21 | (define-module (gnu) | 21 | (define-module (gnu) |
| 22 | #:use-module (guix i18n) | 22 | #:use-module (guix i18n) |
| 23 | #:use-module (guix utils) | 23 | #:use-module ((guix utils) #:select (&fix-hint)) |
| 24 | #:use-module (guix diagnostics) | ||
| 24 | #:use-module (srfi srfi-34) | 25 | #:use-module (srfi srfi-34) |
| 25 | #:use-module (srfi srfi-35) | 26 | #:use-module (srfi srfi-35) |
| 26 | #:use-module (ice-9 match) | 27 | #:use-module (ice-9 match) |
