mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
kde5.breeze-icons: propagate Qt SVG plugin
Necessary to render icons in applications that don't already depend on this Qt module.
This commit is contained in:
parent
632411c2b6
commit
44211b10b2
@ -8,4 +8,5 @@ kdeFramework {
|
||||
outputs = [ "out" ];
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
propagatedBuildInputs = [ qtsvg ];
|
||||
propagatedUserEnvPkgs = [ qtsvg.out ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user