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
python312Packages.mandown: 1.10.0 -> 1.10.1 (#370595)
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
kde-frameworks
/
kcoreaddons.nix
blob
f931a5e4f31ea6600ac60cc672943b515217309a
1
{
2
mkDerivation,
3
extra-cmake-modules,
4
qtbase,
5
qttools,
6
shared-mime-info,
7
}:
8
9
mkDerivation {
10
pname = "kcoreaddons";
11
nativeBuildInputs = [ extra-cmake-modules ];
12
buildInputs = [
13
qttools
14
shared-mime-info
15
];
16
propagatedBuildInputs = [ qtbase ];
17
}