summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks-5.17/oxygen-icons5.nix
blob: ee350f8e15367e4f08e6cbdfa40eac7a291c0c71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ kdeFramework
, lib
, extra-cmake-modules
}:

kdeFramework {
  name = "oxygen-icons5";
  nativeBuildInputs = [ extra-cmake-modules ];
  meta = {
    license = lib.licenses.lgpl3Plus;
    maintainers = [ lib.maintainers.ttuegel ];
  };
}