mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: krita: Fix build with xsimd 13.
* gnu/packages/patches/krita-xsimd-13-compat.patch: New file. * gnu/packages/kde.scm (krita): Use it. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I446389755337deafceae8c0c3b2b5e5177a3b19f
This commit is contained in:
parent
8febfa472c
commit
ff8f95cdb3
3 changed files with 32 additions and 1 deletions
|
@ -955,7 +955,8 @@ painting, image manipulating and icon editing.")
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32 "19nb98rh8j9jdd8hz8m56hrpljqv74p7j1k5plqnkwpbdmaszj88"))
|
||||
(patches (search-patches "krita-bump-sip-abi-version-to-12.8.patch"))))
|
||||
(patches (search-patches "krita-bump-sip-abi-version-to-12.8.patch"
|
||||
"krita-xsimd-13-compat.patch"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue