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

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

12 lines
277 B
Nix
Raw Normal View History

{
2020-12-05 14:22:23 -05:00
mkDerivation, lib,
extra-cmake-modules,
kcoreaddons, kdbusaddons, ki18n, knotifications, kpty, qtbase,
2016-04-21 12:01:22 -04:00
}:
mkDerivation {
2016-04-21 12:01:22 -04:00
name = "kwrited";
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcoreaddons kdbusaddons ki18n knotifications kpty qtbase ];
2016-04-21 12:01:22 -04:00
}