[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch python-team updated: gnu: Add missing import.
From: |
guix-commits |
Subject: |
branch python-team updated: gnu: Add missing import. |
Date: |
Fri, 23 Feb 2024 04:12:03 -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 f04fa24dac gnu: Add missing import.
f04fa24dac is described below
commit f04fa24dac1bb161538adce46986dfd60cfabce8
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Fri Feb 23 10:11:34 2024 +0100
gnu: Add missing import.
Change-Id: I096914ef3980a99e553f512d1e83a0a1e01b4f7e
---
gnu/packages/linux.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 09ffe8dff2..070c96d2f9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -163,6 +163,7 @@
#:use-module (gnu packages popt)
#:use-module (gnu packages pulseaudio)
#:use-module (gnu packages python)
+ #:use-module (gnu packages python-build)
#:use-module (gnu packages python-xyz)
#:use-module (gnu packages readline)
#:use-module (gnu packages rrdtool)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch python-team updated: gnu: Add missing import.,
guix-commits <=