kf516.breeze-icons: propagate qtsvg into user environment

This commit is contained in:
Thomas Tuegel 2015-12-12 06:58:51 -06:00
parent 8908fa880c
commit 40242c1bff

View File

@ -1,8 +1,10 @@
{ kdeFramework { kdeFramework
, extra-cmake-modules , extra-cmake-modules
, qtsvg
}: }:
kdeFramework { kdeFramework {
name = "breeze-icons"; name = "breeze-icons";
nativeBuildInputs = [ extra-cmake-modules ]; nativeBuildInputs = [ extra-cmake-modules ];
propagatedUserEnvPkgs = [ qtsvg ];
} }