diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2022-11-10 18:15:48 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-11-10 18:17:14 +0100 |
commit | 3e3f3a332ddecbf661afd0ae0730d220cfcd4429 (patch) | |
tree | 206440acb9f7e3d1fe0ff94e2fb5c99479090f91 | |
parent | 1f5e8ef14ffa385907fc94a754cfff7a45fee50c (diff) | |
download | guix-3e3f3a332ddecbf661afd0ae0730d220cfcd4429.tar.gz guix-3e3f3a332ddecbf661afd0ae0730d220cfcd4429.zip |
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.
-rw-r--r-- | gnu/packages/disk.scm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |