commit
94c4cda207
@ -126,6 +126,7 @@ let
|
|||||||
kmime = callPackage ./kmime.nix {};
|
kmime = callPackage ./kmime.nix {};
|
||||||
kmix = callPackage ./kmix.nix {};
|
kmix = callPackage ./kmix.nix {};
|
||||||
kmplot = callPackage ./kmplot.nix {};
|
kmplot = callPackage ./kmplot.nix {};
|
||||||
|
knotes = callPackage ./knotes.nix {};
|
||||||
kolourpaint = callPackage ./kolourpaint.nix {};
|
kolourpaint = callPackage ./kolourpaint.nix {};
|
||||||
kompare = callPackage ./kompare.nix {};
|
kompare = callPackage ./kompare.nix {};
|
||||||
konsole = callPackage ./konsole.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…
x
Reference in New Issue
Block a user