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
/
ki18n.nix
blob
be8016155b87b45906c248fa87b51e2b5ecac471
1
{
2
mkDerivation,
3
extra-cmake-modules, gettext, python3,
4
qtbase, qtdeclarative, qtscript,
5
}:
6
7
mkDerivation {
8
pname = "ki18n";
9
nativeBuildInputs = [ extra-cmake-modules ];
10
propagatedNativeBuildInputs = [ gettext python3 ];
11
buildInputs = [ qtdeclarative qtscript ];
12
}