gnu: fastfetch: Fix build.

* gnu/packages/admin.scm (fastfetch): Fix build.
[inputs]: Add zfs.

Change-Id: Ie1d1fe0a0909c98c8a915e7411244d7421f58c57
This commit is contained in:
Artyom V. Poptsov 2026-01-04 09:20:29 +03:00
parent 70ea187904
commit 85099fdf98
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -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