nixpkgs/pkgs/desktops/kde-5/frameworks-5.19/attica.nix

12 lines
192 B
Nix
Raw Normal View History

2016-02-14 08:34:58 -08:00
{ kdeFramework, lib
, extra-cmake-modules
}:
kdeFramework {
name = "attica";
nativeBuildInputs = [ extra-cmake-modules ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
}