From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dHu3F-0003SV-QC for guix-patches@gnu.org; Mon, 05 Jun 2017 11:36:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dHu3E-0001rt-DX for guix-patches@gnu.org; Mon, 05 Jun 2017 11:36:17 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:55192) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dHu3E-0001rL-7A for guix-patches@gnu.org; Mon, 05 Jun 2017 11:36:16 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dHu3D-0002Ck-Vu for guix-patches@gnu.org; Mon, 05 Jun 2017 11:36:16 -0400 Subject: bug#27251: [PATCH 24/27] gnu: phonon: Add a todo comment. Resent-Message-ID: From: Hartmut Goebel Date: Mon, 5 Jun 2017 17:35:15 +0200 Message-Id: <1496676918-6707-24-git-send-email-h.goebel@crazy-compilers.com> In-Reply-To: <1496676918-6707-1-git-send-email-h.goebel@crazy-compilers.com> References: <1496676918-6707-1-git-send-email-h.goebel@crazy-compilers.com> 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: 27251@debbugs.gnu.org * gnu/packages/kde-frameworks.scm (phonon)[native-inputs]: Add comment. --- gnu/packages/kde-frameworks.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index ea37a75..e990980 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -123,6 +123,8 @@ common build settings used in software produced by the KDE community.") "177647r2jqfm32hqcz2nqfqv6v48hn5ab2vc31svba2wz23fkgk7")))) (build-system cmake-build-system) (native-inputs + ;; TODO: Add qttools to build the Qt Designer plugin. + ;; TODO: Think about adding pulseaudio. Is it required for sound? `(("extra-cmake-modules" ,extra-cmake-modules))) (inputs `(("qtbase" ,qtbase))) -- 2.7.4