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
, extra-cmake-modules
, qtsvg
}:
kdeFramework {
name = "breeze-icons";
nativeBuildInputs = [ extra-cmake-modules ];
propagatedUserEnvPkgs = [ qtsvg ];
}