diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index 391cfac77e..5fe01e27c6 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -124,6 +124,8 @@ (define-public qt "-prefix" out "-opensource" "-confirm-license" + ;; explicitly link with dbus instead of dlopening it + "-dbus-linked" ;; drop special machine instructions not supported ;; on all instances of the target ,@(if (string-prefix? "x86_64" @@ -191,6 +193,8 @@ (define-public qt-4 "-prefix" out "-opensource" "-confirm-license" + ;; explicitly link with dbus instead of dlopening it + "-dbus-linked" ;; drop special machine instructions not supported ;; on all instances of the target ,@(if (string-prefix? "x86_64"