3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/desktops/kde-5/frameworks-5.22/kplotting.nix
2016-05-15 18:19:12 -05:00

10 lines
189 B
Nix

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