tests: Remove stale reference to %derivation-cache.

* guix/tests.scm (call-with-external-store): Remove the stale reference to
%derivation-cache.  This was causing the tests to error out, since it was
removed from (guix packages) in 7d873f194c.
This commit is contained in:
Chris Marusich 2021-06-18 10:37:40 -07:00
parent c655bbb376
commit 7f0af119a1
No known key found for this signature in database
GPG Key ID: DD409A15D822469D
1 changed files with 0 additions and 4 deletions

View File

@ -141,10 +141,6 @@ no external store to talk to."
(dynamic-wind
(const #t)
(lambda ()
;; Since we're using a different store we must clear the
;; package-derivation cache.
(hash-clear! (@@ (guix packages) %derivation-cache))
(proc store))
(lambda ()
(when store