repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
biome: 1.9.2 -> 1.9.3
[NixPkgs.git]
/
pkgs
/
kde
/
plasma
/
powerdevil
/
default.nix
blob
8326dcaad04115943d9e57dd03f080795dd5e836
1
{
2
mkKdeDerivation,
3
pkg-config,
4
qtwayland,
5
}:
6
mkKdeDerivation {
7
pname = "powerdevil";
8
9
extraNativeBuildInputs = [ pkg-config ];
10
extraBuildInputs = [ qtwayland ];
11
}