summary refs log tree commit diff
path: root/pkgs/development/libraries/kde-frameworks/breeze-icons.nix
blob: 9a18ade96a80c55983edcde0f09086c0d5b66f1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ kdeFramework, lib, extra-cmake-modules, qtsvg }:

kdeFramework {
  name = "breeze-icons";
  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
  outputs = [ "out" ];
  nativeBuildInputs = [ extra-cmake-modules ];
  buildInputs = [ qtsvg ];
  propagatedUserEnvPkgs = [ qtsvg.out ];
}