mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtbase: Enable zstd support.
* gnu/packages/qt.scm (qtbase) [inputs]: Add zstd:lib.
This commit is contained in:
parent
d31352dad0
commit
816546668f
1 changed files with 2 additions and 1 deletions
|
@ -909,7 +909,8 @@ (define-public qtbase
|
||||||
libsm
|
libsm
|
||||||
libxcb
|
libxcb
|
||||||
libxext
|
libxext
|
||||||
xcb-util-cursor)))
|
xcb-util-cursor
|
||||||
|
`(,zstd "lib"))))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "QMAKEPATH")
|
(variable "QMAKEPATH")
|
||||||
|
|
Loading…
Reference in a new issue