[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/18: gnu: Add missing import.
From: |
guix-commits |
Subject: |
15/18: gnu: Add missing import. |
Date: |
Mon, 26 Feb 2024 15:43:23 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit ab4355b84d1f860bfa405bd3fe89d6a263f7fc8a
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 8df688f689..a5b7fdfb2c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -165,6 +165,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)
- 06/18: build-system/python: Ignore symlinks when changing mtime., (continued)
- 06/18: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/02/26
- 02/18: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/02/26
- 07/18: gnu: criu: Remove temporary workaround., guix-commits, 2024/02/26
- 09/18: guix: toml: Add TOML parser., guix-commits, 2024/02/26
- 10/18: build-system/pyproject: Use TOML parser., guix-commits, 2024/02/26
- 11/18: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/02/26
- 08/18: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/02/26
- 04/18: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/02/26
- 05/18: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/02/26
- 12/18: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/02/26
- 15/18: gnu: Add missing import.,
guix-commits <=
- 14/18: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/02/26
- 17/18: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/02/26
- 16/18: gnu: Add missing import (again)., guix-commits, 2024/02/26
- 13/18: doc: Document new options for pyproject-build-system., guix-commits, 2024/02/26
- 18/18: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/02/26