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
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
applications
/
kde
/
kqtquickcharts.nix
blob
0560fc9da01dfe96005199a98450f39d9c9dbd76
1
{
2
mkDerivation, lib,
3
extra-cmake-modules,
4
qtbase, qtdeclarative,
5
}:
6
7
mkDerivation {
8
pname = "kqtquickcharts";
9
meta = {
10
license = with lib.licenses; [ gpl2Plus lgpl21Plus fdl12Plus ];
11
maintainers = [ lib.maintainers.ttuegel ];
12
};
13
nativeBuildInputs = [ extra-cmake-modules ];
14
propagatedBuildInputs = [ qtbase qtdeclarative ];
15
}