guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: qtdeclarative: Add a debug output.


From: guix-commits
Subject: 04/04: gnu: qtdeclarative: Add a debug output.
Date: Wed, 13 Sep 2023 11:57:39 -0400 (EDT)

apteryx pushed a commit to branch qt-team
in repository guix.

commit 99fa65074deffd38757b83c3c5f399f8c3bbfcc6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 22 22:06:12 2023 -0400

    gnu: qtdeclarative: Add a debug output.
    
    * gnu/packages/qt.scm (qtdeclarative) [outputs]: New field.
---
 gnu/packages/qt.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index d6255248c2..ed9d813756 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1350,6 +1350,7 @@ with JavaScript and C++.")))
                (base32
                 "06c7xfqn2a5s2m8j1bcvx3pyjqg1rgqkjvp49737gb4z9vjiz8gk"))
               (patches (search-patches 
"qtdeclarative-disable-qmlcache.patch"))))
+    (outputs '("out" "debug"))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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