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
pytrainer: unpin python 3.10
[NixPkgs.git]
/
pkgs
/
kde
/
frameworks
/
kwindowsystem
/
default.nix
blob
5ae167b1cc9ad6538525885ab0f57bd07e31b76e
1
{
2
mkKdeDerivation,
3
qttools,
4
qtdeclarative,
5
qtwayland,
6
pkg-config,
7
}:
8
mkKdeDerivation {
9
pname = "kwindowsystem";
10
11
extraNativeBuildInputs = [
12
qttools
13
pkg-config
14
];
15
extraBuildInputs = [
16
qtdeclarative
17
qtwayland
18
];
19
}