From 01d32e4744bf39e974674d4eb20b20310ac8db07 Mon Sep 17 00:00:00 2001 From: Janneke Nieuwenhuizen Date: Thu, 25 Jan 2024 12:56:25 +0100 Subject: gnu: bluez: Fix build. This is a follow-up to commit 23aa24058ad932bf48e4258566ee94fea86eef3d gnu: bluez: Update to 5.72. and fixes GEN client/bluetoothctl-player.1 client/bluetoothctl.rst:342: (WARNING/2) Cannot analyze code. Pygments package not found. Exiting due to level-2 (WARNING) system message. GEN client/bluetoothctl-scan.1 make[1]: *** [Makefile:13732: client/bluetoothctl.1] Error 1 * gnu/packages/linux.scm (bluez)[native-inputs]: Add python and python-pygments. Change-Id: Ifd4db91592012a904be21ec6d8df63200e958c58 --- gnu/packages/linux.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 453e0e630f..7580083ffc 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -42,7 +42,7 @@ ;;; Copyright © 2020 Pierre Neidhardt ;;; Copyright © 2020 Chris Marusich ;;; Copyright © 2020 Vincent Legoll -;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen +;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen ;;; Copyright © 2020 Morgan Smith ;;; Copyright © 2020 John Soo ;;; Copyright © 2020, 2022 Michael Rohleder @@ -6122,7 +6122,9 @@ (define-public bluez (native-inputs (list gettext-minimal pkg-config - python-docutils)) + python + python-docutils + python-pygments)) (inputs (list glib dbus eudev libical readline)) (home-page "https://www.bluez.org/") -- cgit v1.2.3