gnu: parted: Add a debug output.
authorMathieu Othacehe <othacehe@gnu.org>
Thu, 10 Nov 2022 17:15:48 +0000 (18:15 +0100)
committerMathieu Othacehe <othacehe@gnu.org>
Thu, 10 Nov 2022 17:17:14 +0000 (18:17 +0100)
This is useful when debugging installer crashes in libparted.

* gnu/packages/disk.scm (parted)[outputs]: Add a "debug" output.

gnu/packages/disk.scm

index 9583f56..0853eb6 100644 (file)
@@ -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