1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00
nixpkgs/pkgs/development/libraries/kde-frameworks/breeze-icons.nix
2016-07-30 09:36:52 -05:00

11 lines
267 B
Nix

{ kdeFramework, lib, ecm, qtsvg }:
kdeFramework {
name = "breeze-icons";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
outputs = [ "out" ];
nativeBuildInputs = [ ecm ];
propagatedBuildInputs = [ qtsvg ];
propagatedUserEnvPkgs = [ qtsvg.out ];
}