From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34567) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJVRH-0004pF-Bn for guix-patches@gnu.org; Sun, 13 Oct 2019 00:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJVRG-0006At-5O for guix-patches@gnu.org; Sun, 13 Oct 2019 00:25:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54153) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iJVRG-0006Ao-2Y for guix-patches@gnu.org; Sun, 13 Oct 2019 00:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iJVRF-0004Ds-Tf for guix-patches@gnu.org; Sun, 13 Oct 2019 00:25:01 -0400 Subject: [bug#37725] [PATCH] gnu: lxqt-config: Add libkscreen as propagated-inputs. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34541) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJVQb-0004gJ-FK for guix-patches@gnu.org; Sun, 13 Oct 2019 00:24:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJVQa-0005z8-HQ for guix-patches@gnu.org; Sun, 13 Oct 2019 00:24:21 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:54817) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iJVQa-0005yg-Ar for guix-patches@gnu.org; Sun, 13 Oct 2019 00:24:20 -0400 Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id A5BCE21A4B for ; Sun, 13 Oct 2019 00:24:18 -0400 (EDT) Mime-Version: 1.0 Message-Id: <0204dc81-bfad-4efb-a88a-5f90e00678aa@www.fastmail.com> Date: Sun, 13 Oct 2019 07:53:30 +0330 From: "Hamzeh Nasajpour" Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37725@debbugs.gnu.org * gnu/packages/lxqt.scm (lxqt-config): Remove libkscreen from native-inputs to propagated-inputs for running the lxqt-config-monitor. --- gnu/packages/lxqt.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index e5487d3ae4..a3c796d9e8 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -367,7 +367,6 @@ the operating system LXQt is running on.") (inputs `(("eudev" ,eudev) ("kwindowsystem" ,kwindowsystem) - ("libkscreen" ,libkscreen) ("liblxqt" ,liblxqt) ("libqtxdg" ,libqtxdg) ("libxcursor" ,libxcursor) @@ -382,6 +381,8 @@ the operating system LXQt is running on.") `(("pkg-config" ,pkg-config) ("lxqt-build-tools" ,lxqt-build-tools) ("qttools" ,qttools))) + (propagated-inputs + `(("libkscreen" ,libkscreen))) (arguments '(#:tests? #f ; no tests #:phases -- 2.23.0