mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qemu: Support Zstd compression.
* gnu/packages/virtualization.scm (qemu)[inputs]: Add zstd.
This commit is contained in:
parent
ec04576869
commit
2c75adb9b7
1 changed files with 4 additions and 1 deletions
|
@ -345,7 +345,10 @@ exec smbd $@")))
|
|||
util-linux
|
||||
vde2
|
||||
virglrenderer
|
||||
zlib))
|
||||
|
||||
;; Formats to support for .qcow2 (and possibly other) compression.
|
||||
zlib
|
||||
`(,zstd "lib")))
|
||||
(native-inputs
|
||||
(list gettext-minimal
|
||||
`(,glib "bin") ;gtester, etc.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue