kde5.breeze-icons: remove redundant propagatedUserEnvPkgs

This commit is contained in:
Thomas Tuegel 2016-01-31 17:02:31 -06:00
parent a7ae370fa3
commit 98aa081812

View file

@ -6,5 +6,5 @@
kdeFramework { kdeFramework {
name = "breeze-icons"; name = "breeze-icons";
nativeBuildInputs = [ extra-cmake-modules ]; nativeBuildInputs = [ extra-cmake-modules ];
propagatedUserEnvPkgs = [ qtsvg ]; buildInputs = [ qtsvg ];
} }