nixpkgs/pkgs/development/libraries/kde-frameworks/kwindowsystem.nix

12 lines
250 B
Nix
Raw Normal View History

2016-04-21 08:32:21 -07:00
{ kdeFramework, lib
, extra-cmake-modules
, qtx11extras
}:
kdeFramework {
name = "kwindowsystem";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
2016-04-21 08:32:21 -07:00
nativeBuildInputs = [ extra-cmake-modules ];
propagatedBuildInputs = [ qtx11extras ];
2016-04-21 08:32:21 -07:00
}