mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
kf516.breeze-icons: propagate qtsvg into user environment
This commit is contained in:
parent
8908fa880c
commit
40242c1bff
@ -1,8 +1,10 @@
|
||||
{ kdeFramework
|
||||
, extra-cmake-modules
|
||||
, qtsvg
|
||||
}:
|
||||
|
||||
kdeFramework {
|
||||
name = "breeze-icons";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
propagatedUserEnvPkgs = [ qtsvg ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user