diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2024-02-23 10:11:34 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:29 +0000 |
commit | b9b2cf3ccba52accdc7d86bb238727c0d7fe2074 (patch) | |
tree | 61b771d9863393f461a1cc4c4569f1146d239d96 /gnu/packages/linux.scm | |
parent | 6d97c15911a51d29f91e3656f9c4ab38e08d7f21 (diff) |
gnu: Add missing import.
Change-Id: I096914ef3980a99e553f512d1e83a0a1e01b4f7e
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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) |