grantleetheme: init at 17.04.0
This commit is contained in:
parent
9e4cf7e36b
commit
2dfa7a0af2
@ -60,6 +60,7 @@ let
|
|||||||
dolphin-plugins = callPackage ./dolphin-plugins.nix {};
|
dolphin-plugins = callPackage ./dolphin-plugins.nix {};
|
||||||
ffmpegthumbs = callPackage ./ffmpegthumbs.nix { };
|
ffmpegthumbs = callPackage ./ffmpegthumbs.nix { };
|
||||||
filelight = callPackage ./filelight.nix {};
|
filelight = callPackage ./filelight.nix {};
|
||||||
|
grantleetheme = callPackage ./grantleetheme.nix {};
|
||||||
gwenview = callPackage ./gwenview.nix {};
|
gwenview = callPackage ./gwenview.nix {};
|
||||||
k3b = callPackage ./k3b.nix {};
|
k3b = callPackage ./k3b.nix {};
|
||||||
kate = callPackage ./kate.nix {};
|
kate = callPackage ./kate.nix {};
|
||||||
|
18
pkgs/applications/kde/grantleetheme.nix
Normal file
18
pkgs/applications/kde/grantleetheme.nix
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
mkDerivation, copyPathsToStore, lib, kdepimTeam,
|
||||||
|
extra-cmake-modules, kdoctools,
|
||||||
|
grantlee5, ki18n, kiconthemes, knewstuff, kservice, kxmlgui, qtbase,
|
||||||
|
}:
|
||||||
|
|
||||||
|
mkDerivation {
|
||||||
|
name = "grantleetheme";
|
||||||
|
meta = {
|
||||||
|
license = with lib.licenses; [ gpl2 lgpl21 fdl12 ];
|
||||||
|
maintainers = kdepimTeam;
|
||||||
|
};
|
||||||
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
|
buildInputs = [
|
||||||
|
grantlee5 ki18n kiconthemes knewstuff kservice kxmlgui qtbase
|
||||||
|
];
|
||||||
|
output = [ "out" "dev" ];
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user