diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2022-10-14 22:19:34 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-10-22 01:46:55 +0200 |
| commit | a3619079f95213c4f983e69210ed12b38fd31022 (patch) | |
| tree | 6e6883954b085bc7ef47a5472d046e708c9d535a /gnu/ci.scm | |
| parent | 5f0febcd459d103e6078e688aa28d5d832d82a60 (diff) | |
Remove now unnecessary uses of (guix grafts).
These modules would use (guix grafts) just to access '%graft?' and
related bindings, which are now in (guix store).
* gnu/ci.scm,
guix/gexp.scm,
guix/lint.scm,
guix/scripts.scm,
guix/scripts/archive.scm,
guix/scripts/build.scm,
guix/scripts/challenge.scm,
guix/scripts/deploy.scm,
guix/scripts/environment.scm,
guix/scripts/home.scm,
guix/scripts/pack.scm,
guix/scripts/package.scm,
guix/scripts/pull.scm,
guix/scripts/size.scm,
guix/scripts/system.scm,
guix/scripts/weather.scm,
tests/builders.scm,
tests/channels.scm,
tests/cpan.scm,
tests/derivations.scm,
tests/gexp.scm,
tests/graph.scm,
tests/guix-daemon.sh,
tests/monads.scm,
tests/pack.scm,
tests/packages.scm,
tests/profiles.scm,
tests/system.scm: Remove #:use-module (guix grafts).
Diffstat (limited to 'gnu/ci.scm')
| -rw-r--r-- | gnu/ci.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/ci.scm b/gnu/ci.scm index e1ba0f61007..51592053252 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2012-2021 Ludovic Courtès <ludo@gnu.org> | 2 | ;;; Copyright © 2012-2022 Ludovic Courtès <ludo@gnu.org> |
| 3 | ;;; Copyright © 2017, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> | 3 | ;;; Copyright © 2017, 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> |
| 4 | ;;; Copyright © 2018, 2019 Clément Lassieur <clement@lassieur.org> | 4 | ;;; Copyright © 2018, 2019 Clément Lassieur <clement@lassieur.org> |
| 5 | ;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu> | 5 | ;;; Copyright © 2020 Julien Lepiller <julien@lepiller.eu> |
| @@ -25,7 +25,6 @@ | |||
| 25 | #:use-module (guix config) | 25 | #:use-module (guix config) |
| 26 | #:autoload (guix describe) (package-channels) | 26 | #:autoload (guix describe) (package-channels) |
| 27 | #:use-module (guix store) | 27 | #:use-module (guix store) |
| 28 | #:use-module (guix grafts) | ||
| 29 | #:use-module (guix profiles) | 28 | #:use-module (guix profiles) |
| 30 | #:use-module (guix packages) | 29 | #:use-module (guix packages) |
| 31 | #:autoload (guix transformations) (tunable-package? tuned-package) | 30 | #:autoload (guix transformations) (tunable-package? tuned-package) |
