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
nixos/tmux: add package option (#372994)
[NixPkgs.git]
/
pkgs
/
kde
/
frameworks
/
kconfigwidgets
/
default.nix
blob
7f026b34a152f7d63027687c3ee3079be36725da
1
{
2
mkKdeDerivation,
3
qttools,
4
}:
5
mkKdeDerivation {
6
pname = "kconfigwidgets";
7
8
extraBuildInputs = [ qttools ];
9
}