3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/kde-frameworks/breeze-icons.nix

13 lines
239 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 ];
propagatedUserEnvPkgs = [ qtsvg.out ];
2016-04-21 16:32:21 +01:00
}