From b9b2cf3ccba52accdc7d86bb238727c0d7fe2074 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Fri, 23 Feb 2024 10:11:34 +0100 Subject: [PATCH] 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 f71830067e..59a6424bd7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -174,6 +174,7 @@ #:use-module (gnu packages protobuf) #: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 qt) #:use-module (gnu packages readline)