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

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