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
/
desktops
/
plasma-5
/
kwrited.nix
blob
2ce029be9de8bee269559a1183fba26c9470a50f
1
{ mkDerivation
2
, extra-cmake-modules
3
, kcoreaddons
4
, kdbusaddons
5
, ki18n
6
, knotifications
7
, kpty
8
, qtbase
9
}:
10
11
mkDerivation {
12
pname = "kwrited";
13
nativeBuildInputs = [ extra-cmake-modules ];
14
buildInputs = [ kcoreaddons kdbusaddons ki18n knotifications kpty qtbase ];
15
}