me
/
guix
Archived
1
0
Fork 0

gnu: qtbase: Enable zstd support.

* gnu/packages/qt.scm (qtbase) [inputs]: Add zstd:lib.
master
Maxim Cournoyer 2023-08-13 00:18:19 -04:00
parent d31352dad0
commit 816546668f
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 1 deletions

View File

@ -909,7 +909,8 @@ developers using C++ or QML, a CSS & JavaScript like language.")
libsm
libxcb
libxext
xcb-util-cursor)))
xcb-util-cursor
`(,zstd "lib"))))
(native-search-paths
(list (search-path-specification
(variable "QMAKEPATH")