mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
10 lines
157 B
Nix
10 lines
157 B
Nix
{ kdeFramework, lib
|
|
, ecm
|
|
}:
|
|
|
|
kdeFramework {
|
|
name = "kplotting";
|
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
|
nativeBuildInputs = [ ecm ];
|
|
}
|