mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-18 07:10:51 +00:00
powerdevil: drop ddcutil dependency
This commit is contained in:
parent
423aefc9c6
commit
31b1d66bfe
@ -3,7 +3,7 @@
|
||||
extra-cmake-modules, kdoctools,
|
||||
bluez-qt, kactivities, kauth, kconfig, kdbusaddons,
|
||||
kglobalaccel, ki18n, kidletime, kio, knotifyconfig, kwayland, libkscreen,
|
||||
ddcutil, networkmanager-qt, plasma-workspace, qtx11extras, solid, udev
|
||||
networkmanager-qt, plasma-workspace, qtx11extras, solid, udev
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
@ -13,9 +13,5 @@ mkDerivation {
|
||||
kconfig kdbusaddons knotifyconfig solid udev bluez-qt kactivities kauth
|
||||
kglobalaccel ki18n kio kidletime kwayland libkscreen
|
||||
networkmanager-qt plasma-workspace qtx11extras
|
||||
ddcutil
|
||||
];
|
||||
cmakeFlags = [
|
||||
"-DHAVE_DDCUTIL=On"
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user