forked from mirrors/nixpkgs
9 lines
130 B
Nix
9 lines
130 B
Nix
{ plasmaPackage
|
|
, extra-cmake-modules
|
|
}:
|
|
|
|
plasmaPackage {
|
|
name = "breeze-gtk";
|
|
nativeBuildInputs = [ extra-cmake-modules ];
|
|
}
|