From aaee40278cd23fe531c17adc4ef73ae78fb8232c Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Thu, 1 Sep 2022 15:18:39 +0200 Subject: gnu: Add missing imports for python-check. This fixes an issue introduced in 3bf5a19609560c7ba985eda66019eda15aaf4a86, which caused `guix pull', `guix time-machine', and a few other commands to fail. * gnu/packages/diffoscope.scm: Import python-check. * gnu/packages/django.scm: Likewise. * gnu/packages/logging.scm: Likewise. * gnu/packages/magic-wormhole.scm: Likewise. * gnu/packages/networking.scm: Likewise. --- gnu/packages/networking.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/networking.scm') diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index c16ae00ec4..1d2e73aac2 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -136,6 +136,7 @@ (define-module (gnu packages networking) #:use-module (gnu packages protobuf) #:use-module (gnu packages pulseaudio) #:use-module (gnu packages python) + #:use-module (gnu packages python-check) #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) -- cgit v1.2.3