mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
9 lines
130 B
Nix
9 lines
130 B
Nix
{ plasmaPackage
|
|
, extra-cmake-modules
|
|
}:
|
|
|
|
plasmaPackage {
|
|
name = "breeze-gtk";
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
}
|