[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch python-team updated: gnu: Add missing import (again).
From: |
guix-commits |
Subject: |
branch python-team updated: gnu: Add missing import (again). |
Date: |
Sun, 25 Feb 2024 03:37:58 -0500 |
This is an automated email from the git hooks/post-receive script.
lbraun pushed a commit to branch python-team
in repository guix.
The following commit(s) were added to refs/heads/python-team by this push:
new 431078a726 gnu: Add missing import (again).
431078a726 is described below
commit 431078a726bbfc0dd18594b470c50260fa86dc56
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sun Feb 25 09:17:14 2024 +0100
gnu: Add missing import (again).
Change-Id: I8a7de728a0c6bb3a54ad7213cb6cdc39e1172c81
---
gnu/packages/patool.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/patool.scm b/gnu/packages/patool.scm
index e8f4e5912e..d0a2714000 100644
--- a/gnu/packages/patool.scm
+++ b/gnu/packages/patool.scm
@@ -31,6 +31,7 @@
#:use-module (gnu packages debian)
#:use-module (gnu packages file)
#:use-module (gnu packages package-management)
+ #:use-module (gnu packages python-build)
#:use-module (gnu packages xiph))
(define-public patool
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch python-team updated: gnu: Add missing import (again).,
guix-commits <=