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.
This commit is contained in:
Mathieu Othacehe 2022-11-10 18:15:48 +01:00
parent 1f5e8ef14f
commit 3e3f3a332d
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -267,6 +267,7 @@ (define-public parted
perl
python-wrapper
util-linux))
(outputs '("out" "debug"))
(home-page "https://www.gnu.org/software/parted/")
(synopsis "Disk partition editor")
(description