fork
Configure Feed
Select the types of activity you want to include in your feed.
lol
fork
Configure Feed
Select the types of activity you want to include in your feed.
1{
2 mkKdeDerivation,
3 qtdeclarative,
4 qttools,
5 kcmutils,
6}:
7mkKdeDerivation {
8 pname = "knewstuff";
9
10 # Late resolve knsrcdir so other things install to their own prefix
11 # FIXME(later): upstream
12 patches = [ ./delay-resolving-knsrcdir.patch ];
13
14 extraBuildInputs = [
15 qtdeclarative
16 qttools
17 ];
18 extraPropagatedBuildInputs = [ kcmutils ];
19 meta.mainProgram = "knewstuff-dialog6";
20}