guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: gnu: bluez: Fix build.


From: guix-commits
Subject: branch core-updates updated: gnu: bluez: Fix build.
Date: Thu, 25 Jan 2024 06:58:44 -0500

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 0c2518949d gnu: bluez: Fix build.
0c2518949d is described below

commit 0c2518949dc63948200c6c6d3649d34785a1d84c
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Jan 25 12:56:25 2024 +0100

    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(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d24a3b2e74..e4d27ac24e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -42,7 +42,7 @@
 ;;; Copyright © 2020 Pierre Neidhardt <mail@ambrevar.xyz>
 ;;; Copyright © 2020 Chris Marusich <cmmarusich@gmail.com>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
-;;; Copyright © 2020, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2020, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
 ;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
 ;;; Copyright © 2020 John Soo <jsoo1@asu.edu>
 ;;; Copyright © 2020, 2022 Michael Rohleder <mike@rohleder.de>
@@ -5934,7 +5934,9 @@ Bluetooth audio output devices like headphones or 
loudspeakers.")
     (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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]