From a482b9be4a2481333872cf2d2fcb042529d23def Mon Sep 17 00:00:00 2001 From: Thomas Tuegel Date: Sun, 27 Sep 2015 10:03:00 -0500 Subject: plasma54: init at 5.4.1 --- pkgs/desktops/plasma-5.4/kscreen.nix | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pkgs/desktops/plasma-5.4/kscreen.nix (limited to 'pkgs/desktops/plasma-5.4/kscreen.nix') diff --git a/pkgs/desktops/plasma-5.4/kscreen.nix b/pkgs/desktops/plasma-5.4/kscreen.nix new file mode 100644 index 000000000000..caf84e96a0a9 --- /dev/null +++ b/pkgs/desktops/plasma-5.4/kscreen.nix @@ -0,0 +1,33 @@ +{ mkDerivation +, extra-cmake-modules +, kconfig +, kconfigwidgets +, kdbusaddons +, kglobalaccel +, ki18n +, kwidgetsaddons +, kxmlgui +, libkscreen +, qtdeclarative +}: + +mkDerivation { + name = "kscreen"; + nativeBuildInputs = [ + extra-cmake-modules + ]; + buildInputs = [ + kconfig + kconfigwidgets + kdbusaddons + kglobalaccel + ki18n + kwidgetsaddons + kxmlgui + libkscreen + qtdeclarative + ]; + postInstall = '' + wrapKDEProgram "$out/bin/kscreen-console" + ''; +} -- cgit 1.4.1