gnu: libblockdev: List unpatched file system plugins/programs.

* gnu/packages/disk.scm (libblockdev) [arguments] <phases>: Output a warning
message for each unpatched program in the patch-plugin-paths phase.

Change-Id: I44fcb1cad339581536f9136147de54ca259719c1
This commit is contained in:
Maxim Cournoyer 2025-01-25 15:24:08 +09:00
parent d1e3c41abd
commit 0e8c8fd1a4
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1213,7 +1213,11 @@ to create devices with respective mappings for the ATARAID sets discovered.")
(false-if-exception (false-if-exception
(search-input-file inputs (search-input-file inputs
(string-append "sbin/" program))) (string-append "sbin/" program)))
program))))))))) (begin
(format (current-warning-port)
"warning: program ~s left unpatched~%"
program)
program))))))))))
(native-inputs (native-inputs
(list gobject-introspection (list gobject-introspection
pkg-config pkg-config