guix-commits
[Top][All Lists]
Advanced

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

11/130: gnu: librsvg: Add a debug output.


From: guix-commits
Subject: 11/130: gnu: librsvg: Add a debug output.
Date: Sat, 16 Oct 2021 02:36:13 -0400 (EDT)

apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.

commit 4645585f8b753bc22c928c539305aa2b4c754fce
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 11:59:49 2021 -0500

    gnu: librsvg: Add a debug output.
    
    * gnu/packages/gnome.scm (librsvg): Add a debug output.
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d2ed60f..8bf15ac 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3402,7 +3402,7 @@ for dealing with different structured file formats.")
               (snippet
                '(begin (delete-file-recursively "vendor")))))
     (build-system cargo-build-system)
-    (outputs '("out" "doc"))
+    (outputs '("out" "doc" "debug"))
     (arguments
      `(#:install-source? #f
        #:modules



reply via email to

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