guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#30340] [PATCH 3/6] gnu: qtscript: Add note about a patch NixOS has


From: Hartmut Goebel
Subject: [bug#30340] [PATCH 3/6] gnu: qtscript: Add note about a patch NixOS has but we don't need.
Date: Sat, 3 Feb 2018 20:25:02 +0100

---
 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]