1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00
nixpkgs/pkgs/development/libraries/kde-frameworks/breeze-icons.nix

12 lines
198 B
Nix
Raw Normal View History

2016-04-21 16:32:21 +01:00
{ kdeFramework
, extra-cmake-modules
, qtsvg
}:
kdeFramework {
name = "breeze-icons";
2016-04-30 20:46:12 +01:00
outputs = [ "out" ];
2016-04-21 16:32:21 +01:00
nativeBuildInputs = [ extra-cmake-modules ];
propagatedBuildInputs = [ qtsvg ];
2016-04-21 16:32:21 +01:00
}