guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: parted: Add a debug output.


From: guix-commits
Subject: branch master updated: gnu: parted: Add a debug output.
Date: Thu, 10 Nov 2022 12:17:36 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3e3f3a332d gnu: parted: Add a debug output.
3e3f3a332d is described below

commit 3e3f3a332ddecbf661afd0ae0730d220cfcd4429
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Nov 10 18:15:48 2022 +0100

    gnu: parted: Add a debug output.
    
    This is useful when debugging installer crashes in libparted.
    
    * gnu/packages/disk.scm (parted)[outputs]: Add a "debug" output.
---
 gnu/packages/disk.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 9583f56a96..0853eb6d28 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -267,6 +267,7 @@ tmpfs/ramfs filesystems.")
            perl
            python-wrapper
            util-linux))
+    (outputs '("out" "debug"))
     (home-page "https://www.gnu.org/software/parted/";)
     (synopsis "Disk partition editor")
     (description



reply via email to

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