mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d1e3c41abd
commit
0e8c8fd1a4
1 changed files with 5 additions and 1 deletions
|
@ -1213,7 +1213,11 @@ to create devices with respective mappings for the ATARAID sets discovered.")
|
|||
(false-if-exception
|
||||
(search-input-file inputs
|
||||
(string-append "sbin/" program)))
|
||||
program)))))))))
|
||||
(begin
|
||||
(format (current-warning-port)
|
||||
"warning: program ~s left unpatched~%"
|
||||
program)
|
||||
program))))))))))
|
||||
(native-inputs
|
||||
(list gobject-introspection
|
||||
pkg-config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue