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
2016-04-25 19:04:24 -05:00

19 lines
248 B
Nix

{ plasmaPackage
, extra-cmake-modules
, libXrandr
, qtx11extras
}:
plasmaPackage {
name = "libkscreen";
nativeBuildInputs = [
extra-cmake-modules
];
buildInputs = [
libXrandr
];
propagatedBuildInputs = [
qtx11extras
];
}