KWebKitPart: new package
This commit is contained in:
parent
675c4c70ad
commit
c3767704f4
@ -0,0 +1,20 @@
|
||||
{ stdenv, fetchgit, kdelibs }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "kwebkitpart-1.3.2";
|
||||
|
||||
src = fetchgit {
|
||||
url = git://anongit.kde.org/kwebkitpart;
|
||||
rev = "292f32fda933b2ead5a61ff1ec457f839fad5c85";
|
||||
sha256 = "1b2jar9b1yb3gy9fnq8dn2n4z8lffb6pfrj9jc4rjzv5b3rwh1ak";
|
||||
};
|
||||
|
||||
buildInputs = [ kdelibs ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.phreedom ];
|
||||
description = "a WebKit KPart for Konqueror, Akregator and other KDE applications";
|
||||
homepage = https://projects.kde.org/projects/extragear/base/kwebkitpart;
|
||||
};
|
||||
}
|
@ -8700,6 +8700,8 @@ let
|
||||
|
||||
rekonq = callPackage ../applications/networking/browsers/rekonq { };
|
||||
|
||||
kwebkitpart = callPackage ../applications/networking/browsers/kwebkitpart { };
|
||||
|
||||
rsibreak = callPackage ../applications/misc/rsibreak { };
|
||||
|
||||
semnotes = callPackage ../applications/misc/semnotes { };
|
||||
|
Loading…
Reference in New Issue
Block a user