mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05: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 @@ (define-public qemu
|
|||
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…
Reference in a new issue