Remove now unnecessary uses of (guix grafts).
authorLudovic Courtès <ludo@gnu.org>
Fri, 14 Oct 2022 20:19:34 +0000 (22:19 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 21 Oct 2022 23:46:55 +0000 (01:46 +0200)
commita3619079f95213c4f983e69210ed12b38fd31022
tree6e6883954b085bc7ef47a5472d046e708c9d535a
parent5f0febcd459d103e6078e688aa28d5d832d82a60
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).
28 files changed:
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