mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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:
parent
d1d38f2888
commit
f7d98785d5
|
@ -5,6 +5,6 @@ kdeFramework {
|
|||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
outputs = [ "out" ];
|
||||
nativeBuildInputs = [ ecm ];
|
||||
propagatedBuildInputs = [ qtsvg ];
|
||||
buildInputs = [ qtsvg ];
|
||||
propagatedUserEnvPkgs = [ qtsvg.out ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue