guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: Add back missing module import.


From: guix-commits
Subject: branch master updated: gnu: Add back missing module import.
Date: Tue, 12 Oct 2021 21:38:29 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new da86a80  gnu: Add back missing module import.
da86a80 is described below

commit da86a80068b797c3dc4df83a7db5a15959fff685
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 13 03:27:33 2021 +0200

    gnu: Add back missing module import.
    
    * gnu/packages/django.scm: Use (gnu packages compression).
---
 gnu/packages/django.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/django.scm b/gnu/packages/django.scm
index 3d1c9d1..544f011 100644
--- a/gnu/packages/django.scm
+++ b/gnu/packages/django.scm
@@ -31,6 +31,7 @@
   #:use-module (guix build-system python)
   #:use-module (gnu packages)
   #:use-module (gnu packages base)
+  #:use-module (gnu packages compression)
   #:use-module (gnu packages databases)
   #:use-module (gnu packages check)
   #:use-module (gnu packages finance)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]