1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/pkgs/desktops/kde-5/plasma/libkscreen.nix

16 lines
208 B
Nix
Raw Normal View History

2016-04-21 12:01:22 -04:00
{ plasmaPackage
2016-07-30 10:36:52 -04:00
, ecm
2016-04-21 15:36:56 -04:00
, kwayland, libXrandr
2016-04-21 12:01:22 -04:00
, qtx11extras
}:
plasmaPackage {
name = "libkscreen";
nativeBuildInputs = [
2016-07-30 10:36:52 -04:00
ecm
2016-04-21 12:01:22 -04:00
];
propagatedBuildInputs = [
kwayland libXrandr qtx11extras
2016-04-21 12:01:22 -04:00
];
}