mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
kdePackages.powerdevil: Add ddcutil as build input (#351250)
This commit is contained in:
commit
33a604f5fd
@ -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