breeze-icons: don't propagate qtsvg build input

breeze-icons does not have a separate dev output, so this pulls
qtsvg.dev into the closure.
This commit is contained in:
Thomas Tuegel 2016-07-30 17:10:30 -05:00
parent d1d38f2888
commit f7d98785d5

View File

@ -5,6 +5,6 @@ kdeFramework {
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
outputs = [ "out" ];
nativeBuildInputs = [ ecm ];
propagatedBuildInputs = [ qtsvg ];
buildInputs = [ qtsvg ];
propagatedUserEnvPkgs = [ qtsvg.out ];
}