nixpkgs/pkgs/desktops/kde-5/frameworks-5.21/kplotting.nix
2016-04-30 12:20:28 -05:00

9 lines
189 B
Nix

{ kdeFramework, lib
, extra-cmake-modules
}:
kdeFramework {
name = "kplotting";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
}