nixpkgs/pkgs/desktops/kde-5/frameworks-5.22/attica.nix
2016-05-15 18:19:12 -05:00

12 lines
192 B
Nix

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