uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
32
pkgs/applications/kde/knotes.nix
Normal file
32
pkgs/applications/kde/knotes.nix
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{ lib, mkDerivation
|
||||
, extra-cmake-modules, kdoctools
|
||||
, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash
|
||||
, kdbusaddons, kdnssd, kglobalaccel, kiconthemes, kitemmodels
|
||||
, kitemviews, kcmutils, knewstuff, knotifications, knotifyconfig
|
||||
, kparts, ktextwidgets, kwidgetsaddons, kwindowsystem
|
||||
, grantlee, grantleetheme, qtx11extras
|
||||
, akonadi, akonadi-notes, akonadi-search, kcalutils
|
||||
, kontactinterface, libkdepim, kmime, pimcommon, kpimtextedit
|
||||
, kcalendarcore
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
pname = "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
|
||||
grantlee grantleetheme qtx11extras
|
||||
akonadi akonadi-notes kcalutils kontactinterface
|
||||
libkdepim kmime pimcommon kpimtextedit
|
||||
akonadi-search
|
||||
kcalendarcore
|
||||
];
|
||||
meta = with lib; {
|
||||
homepage = "https://apps.kde.org/knotes/";
|
||||
description = "Popup notes";
|
||||
license = licenses.gpl2Plus;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue