mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: fastfetch: Fix build.
* gnu/packages/admin.scm (fastfetch): Fix build. [inputs]: Add zfs. Change-Id: Ie1d1fe0a0909c98c8a915e7411244d7421f58c57
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user