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/diffoscope.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages/diffoscope.scm') diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm index 645138c5d0..54fdf5e8da 100644 --- a/gnu/packages/diffoscope.scm +++ b/gnu/packages/diffoscope.scm @@ -54,6 +54,7 @@ #:use-module (gnu packages pascal) #:use-module (gnu packages patchutils) #:use-module (gnu packages pdf) + #:use-module (gnu packages python-check) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages sqlite) -- cgit v1.2.3