kf516.breeze-icons: init at 5.16.0
This commit is contained in:
parent
9678f78056
commit
e7d28ed488
2 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
{ kdeFramework
|
||||
, extra-cmake-modules
|
||||
}:
|
||||
|
||||
kdeFramework {
|
||||
name = "breeze-icons";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
}
|
|
@ -40,6 +40,7 @@ let
|
|||
attica = callPackage ./attica.nix {};
|
||||
baloo = callPackage ./baloo.nix {};
|
||||
bluez-qt = callPackage ./bluez-qt.nix {};
|
||||
breeze-icons = callPackage ./breeze-icons.nix {};
|
||||
extra-cmake-modules = callPackage ./extra-cmake-modules {};
|
||||
frameworkintegration = callPackage ./frameworkintegration.nix {};
|
||||
kactivities = callPackage ./kactivities.nix {};
|
||||
|
|
Loading…
Reference in a new issue