From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ei3Ru-0001Hm-Mw for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ei3Rr-0001dH-JV for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:48043) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ei3Rr-0001d8-FH for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ei3Rr-0001W3-4L for guix-patches@gnu.org; Sat, 03 Feb 2018 14:26:03 -0500 Subject: [bug#30340] [PATCH 3/6] gnu: qtscript: Add note about a patch NixOS has but we don't need. Resent-Message-ID: From: Hartmut Goebel Date: Sat, 3 Feb 2018 20:25:02 +0100 Message-Id: <20180203192505.29516-3-h.goebel@crazy-compilers.com> In-Reply-To: <20180203192505.29516-1-h.goebel@crazy-compilers.com> References: <20180203192505.29516-1-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: 30340@debbugs.gnu.org --- gnu/packages/qt.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 9050fe113..45495dd6c 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -1127,6 +1127,9 @@ that helps in Qt development."))) ("qttools" ,qttools))) (inputs `(("qtbase" ,qtbase))) + ;; Note: NixOS has a patch to change a typedef in + ;; "src/3rdparty/javascriptcore/JavaScriptCore/wtf/Threading.h" to compile + ;; with glib-2.32. We don't need this, since we are using pthreads. (synopsis "Qt Script module") (description "Qt provides support for application scripting with ECMAScript. The following guides and references cover aspects of programming with -- 2.13.6