09af15654f
The kde-5 stuff still didn't merge well. I hand-fixed what I saw, but there may be more problems.
10 lines
165 B
Nix
10 lines
165 B
Nix
{ kdeFramework
|
|
, extra-cmake-modules
|
|
, qtsvg
|
|
}:
|
|
|
|
kdeFramework {
|
|
name = "breeze-icons";
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
buildInputs = [ qtsvg ];
|
|
}
|