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
graphene-hardened-malloc: 2024123000 -> 2025012700 (#378307)
[NixPkgs.git]
/
pkgs
/
desktops
/
plasma-5
/
kwrited.nix
blob
02375111f93d660259fca373f405075c8c7c777a
1
{
2
mkDerivation,
3
extra-cmake-modules,
4
kcoreaddons,
5
kdbusaddons,
6
ki18n,
7
knotifications,
8
kpty,
9
qtbase,
10
}:
11
12
mkDerivation {
13
pname = "kwrited";
14
nativeBuildInputs = [ extra-cmake-modules ];
15
buildInputs = [
16
kcoreaddons
17
kdbusaddons
18
ki18n
19
knotifications
20
kpty
21
qtbase
22
];
23
}