knotes: init
This commit is contained in:
parent
666f581be8
commit
89eeae8e3a
@ -126,6 +126,7 @@ let
|
||||
kmime = callPackage ./kmime.nix {};
|
||||
kmix = callPackage ./kmix.nix {};
|
||||
kmplot = callPackage ./kmplot.nix {};
|
||||
knotes = callPackage ./knotes.nix {};
|
||||
kolourpaint = callPackage ./kolourpaint.nix {};
|
||||
kompare = callPackage ./kompare.nix {};
|
||||
konsole = callPackage ./konsole.nix {};
|
||||
|
29
pkgs/applications/kde/knotes.nix
Normal file
29
pkgs/applications/kde/knotes.nix
Normal file
@ -0,0 +1,29 @@
|
||||
{
|
||||
mkDerivation, lib,
|
||||
extra-cmake-modules, kdoctools,
|
||||
kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash,
|
||||
kdbusaddons, kdnssd, kglobalaccel, kiconthemes, kitemmodels,
|
||||
kitemviews, kcmutils, knewstuff, knotifications, knotifyconfig,
|
||||
kparts, ktextwidgets, kwidgetsaddons, kwindowsystem,
|
||||
kdelibs4support,
|
||||
grantlee, grantleetheme, qtx11extras,
|
||||
akonadi, akonadi-notes, akonadi-search, kcalutils,
|
||||
kontactinterface, libkdepim, kmime, pimcommon, kpimtextedit,
|
||||
kcalcore
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "knotes";
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
buildInputs = [
|
||||
kcompletion kconfig kconfigwidgets kcoreaddons kcrash
|
||||
kdbusaddons kdnssd kglobalaccel kiconthemes kitemmodels kitemviews
|
||||
kcmutils knewstuff knotifications knotifyconfig kparts ktextwidgets
|
||||
kwidgetsaddons kwindowsystem kdelibs4support
|
||||
grantlee grantleetheme qtx11extras
|
||||
akonadi akonadi-notes kcalutils kontactinterface
|
||||
libkdepim kmime pimcommon kpimtextedit
|
||||
akonadi-search
|
||||
kcalcore
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user