nixpkgs/pkgs/desktops/plasma-5/kwrited.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
273 B
Nix
Raw Normal View History

{ mkDerivation
, extra-cmake-modules
, kcoreaddons
, kdbusaddons
, ki18n
, knotifications
, kpty
, qtbase
2016-04-21 16:01:22 +00:00
}:
mkDerivation {
2022-03-06 21:28:56 +00:00
pname = "kwrited";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcoreaddons kdbusaddons ki18n knotifications kpty qtbase ];
2016-04-21 16:01:22 +00:00
}