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
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
kde-frameworks
/
kitemmodels.nix
blob
8abed8aaa0903a686f9dca42cfd79fe1ded480ff
1
{
2
mkDerivation,
3
extra-cmake-modules,
4
qtbase
5
}:
6
7
mkDerivation {
8
pname = "kitemmodels";
9
nativeBuildInputs = [ extra-cmake-modules ];
10
propagatedBuildInputs = [ qtbase ];
11
outputs = [ "out" "dev" ];
12
}