mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
kdePackages.powerdevil: Add ddcutil as build input
This enables brightness control over DDC/CI for external monitors.
This commit is contained in:
parent
2768c7d042
commit
cb08d30fca
@ -1,11 +1,15 @@
|
||||
{
|
||||
mkKdeDerivation,
|
||||
pkg-config,
|
||||
ddcutil,
|
||||
qtwayland,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
pname = "powerdevil";
|
||||
|
||||
extraNativeBuildInputs = [ pkg-config ];
|
||||
extraBuildInputs = [ qtwayland ];
|
||||
extraBuildInputs = [
|
||||
ddcutil
|
||||
qtwayland
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user