mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
9678f78056
The GTK themes do not depend on GTK at compile time, so they are also now included in plasma55.breeze at no cost.
9 lines
130 B
Nix
9 lines
130 B
Nix
{ plasmaPackage
|
|
, extra-cmake-modules
|
|
}:
|
|
|
|
plasmaPackage {
|
|
name = "breeze-gtk";
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
}
|