mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: fastfetch: Fix build.
* gnu/packages/admin.scm (fastfetch): Fix build. [inputs]: Add zfs. Change-Id: Ie1d1fe0a0909c98c8a915e7411244d7421f58c57
This commit is contained in:
parent
70ea187904
commit
85099fdf98
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue