graphene-hardened-malloc: 2024123000 -> 2025012700 (#378307)
[NixPkgs.git] / pkgs / desktops / plasma-5 / kwrited.nix
blob02375111f93d660259fca373f405075c8c7c777a
2   mkDerivation,
3   extra-cmake-modules,
4   kcoreaddons,
5   kdbusaddons,
6   ki18n,
7   knotifications,
8   kpty,
9   qtbase,
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   ];