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-5.6/libkscreen/default.nix

19 lines
248 B
Nix
Raw Normal View History

2016-04-21 12:01:22 -04:00
{ plasmaPackage
, extra-cmake-modules
, libXrandr
, qtx11extras
}:
plasmaPackage {
name = "libkscreen";
nativeBuildInputs = [
extra-cmake-modules
];
buildInputs = [
libXrandr
];
propagatedBuildInputs = [
qtx11extras
];
}