keditbookmarks: init at 17.08.1
This commit is contained in:
parent
0f0fcf84ce
commit
8a28d840e9
@ -101,6 +101,7 @@ let
|
|||||||
kdepim-runtime = callPackage ./kdepim-runtime.nix {};
|
kdepim-runtime = callPackage ./kdepim-runtime.nix {};
|
||||||
kdepim-apps-libs = callPackage ./kdepim-apps-libs {};
|
kdepim-apps-libs = callPackage ./kdepim-apps-libs {};
|
||||||
kdf = callPackage ./kdf.nix {};
|
kdf = callPackage ./kdf.nix {};
|
||||||
|
keditbookmarks = callPackage ./keditbookmarks.nix {};
|
||||||
kgpg = callPackage ./kgpg.nix {};
|
kgpg = callPackage ./kgpg.nix {};
|
||||||
khelpcenter = callPackage ./khelpcenter.nix {};
|
khelpcenter = callPackage ./khelpcenter.nix {};
|
||||||
kholidays = callPackage ./kholidays.nix {};
|
kholidays = callPackage ./kholidays.nix {};
|
||||||
|
17
pkgs/applications/kde/keditbookmarks.nix
Normal file
17
pkgs/applications/kde/keditbookmarks.nix
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
mkDerivation, lib,
|
||||||
|
extra-cmake-modules, kdoctools,
|
||||||
|
kio, kparts, kwindowsystem
|
||||||
|
}:
|
||||||
|
|
||||||
|
mkDerivation {
|
||||||
|
name = "keditbookmarks";
|
||||||
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
|
buildInputs = [ kio kparts kwindowsystem ];
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = http://www.kde.org;
|
||||||
|
license = with licenses; [ gpl2 lgpl21 fdl12 bsd3 ];
|
||||||
|
maintainers = with maintainers; [ peterhoeg ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
}
|
@ -15242,7 +15242,7 @@ with pkgs;
|
|||||||
|
|
||||||
inherit (kdeApplications)
|
inherit (kdeApplications)
|
||||||
akonadi akregator ark dolphin ffmpegthumbs filelight gwenview k3b
|
akonadi akregator ark dolphin ffmpegthumbs filelight gwenview k3b
|
||||||
kaddressbook kate kcachegrind kcalc kcolorchooser kcontacts kdenlive kdf
|
kaddressbook kate kcachegrind kcalc kcolorchooser kcontacts kdenlive kdf keditbookmarks
|
||||||
kgpg khelpcenter kig kleopatra kmail kmix kolourpaint kompare konsole
|
kgpg khelpcenter kig kleopatra kmail kmix kolourpaint kompare konsole
|
||||||
kontact korganizer krdc krfb kwalletmanager marble minuet okteta okular spectacle;
|
kontact korganizer krdc krfb kwalletmanager marble minuet okteta okular spectacle;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user