kdewebkit: removed
This commit is contained in:
parent
cc6a7d5567
commit
dd34c61097
@ -70,7 +70,6 @@ let
|
||||
kdelibs4support = callPackage ./kdelibs4support {};
|
||||
kdesignerplugin = callPackage ./kdesignerplugin.nix {};
|
||||
kdesu = callPackage ./kdesu.nix {};
|
||||
kdewebkit = callPackage ./kdewebkit.nix {};
|
||||
kdnssd = callPackage ./kdnssd.nix {};
|
||||
kdoctools = callPackage ./kdoctools {};
|
||||
kemoticons = callPackage ./kemoticons.nix {};
|
||||
|
@ -1,12 +0,0 @@
|
||||
{ kdeFramework, lib, extra-cmake-modules, kconfig, kcoreaddons
|
||||
, ki18n, kio, kjobwidgets, kparts, kservice, kwallet, qtwebkit
|
||||
}:
|
||||
|
||||
kdeFramework {
|
||||
name = "kdewebkit";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
propagatedBuildInputs = [
|
||||
kconfig kcoreaddons ki18n kio kjobwidgets kparts kservice kwallet qtwebkit
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user