From ea1c52a58c926fc4f08b0c207bdba56d1170d1fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo=20Malaquias?= Date: Sun, 20 Oct 2019 22:11:16 -0300 Subject: [PATCH] lxqt.qps: restrict platform to linux --- pkgs/desktops/lxqt/qps/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/desktops/lxqt/qps/default.nix b/pkgs/desktops/lxqt/qps/default.nix index 985d702b0b4..cb8e5b2569c 100644 --- a/pkgs/desktops/lxqt/qps/default.nix +++ b/pkgs/desktops/lxqt/qps/default.nix @@ -20,7 +20,7 @@ mkDerivation rec { description = "Qt based process manager"; homepage = https://github.com/lxqt/qps; license = licenses.gpl2; - platforms = with platforms; unix; + platforms = with platforms; linux; # does not build on darwin maintainers = with maintainers; [ romildo ]; }; }