mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: powerdevil: Add ddcutil support.
* gnu/packages/kde-plasma.scm (powerdevil)[inputs]: Add ddcutil. Change-Id: I45310f96cd6773b61a3485cb8191f3cd04dbaf1f
This commit is contained in:
parent
04e4aa7ea6
commit
1142a0a837
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@ (define-module (gnu packages kde-plasma)
|
|||
#:use-module (gnu packages glib)
|
||||
#:use-module (gnu packages gnome)
|
||||
#:use-module (gnu packages gtk)
|
||||
#:use-module (gnu packages hardware)
|
||||
#:use-module (gnu packages ibus)
|
||||
#:use-module (gnu packages icu4c)
|
||||
#:use-module (gnu packages iso-codes)
|
||||
|
@ -3044,6 +3045,7 @@ (define-public powerdevil
|
|||
network-manager
|
||||
plasma-workspace
|
||||
eudev
|
||||
ddcutil
|
||||
libxkbcommon))
|
||||
(arguments (list #:qtbase qtbase
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue