guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 85099fdf98d52fe811619ea433ec968cfef583df
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sun Jan 4 09:20:29 2026 +0300

    gnu: fastfetch: Fix build.
    
    * gnu/packages/admin.scm (fastfetch): Fix build.
    [inputs]: Add zfs.
    
    Change-Id: Ie1d1fe0a0909c98c8a915e7411244d7421f58c57
---
 gnu/packages/admin.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index fc4353a3da..f9cf7f8364 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -138,6 +138,7 @@
   #:use-module (gnu packages dns)
   #:use-module (gnu packages elf)
   #:use-module (gnu packages file)
+  #:use-module (gnu packages file-systems)
   #:use-module (gnu packages flex)
   #:use-module (gnu packages fonts)
   #:use-module (gnu packages freedesktop)
@@ -4772,7 +4773,8 @@ system distribution, akin to many similar tools.")
                libxcb
                mesa
                wayland
-               zlib))))) ;for imagemagick and an #ifdef
+               zlib ;for imagemagick and an #ifdef
+               zfs)))))
 
 (define-public nnn
   (package

Reply via email to