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