mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-chunky-png: Fix build with ruby@3.2.
* gnu/packages/ruby-xyz.scm (ruby-chunky-png)[source]: Record patch. * gnu/local.mk: Record patch. * gnu/packages/patches/ruby-chunky-png-ruby-3-2-support.patch: Record patch. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
01ad0cf43e
commit
4d1785dba3
3 changed files with 33 additions and 2 deletions
|
@ -1852,11 +1852,12 @@ to save time in the following ways:
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "05qwj72dy2fcy0n2jnf3bfriybfj36m7s6pv9xash6295dbcp901"))))
|
||||
(base32 "05qwj72dy2fcy0n2jnf3bfriybfj36m7s6pv9xash6295dbcp901"))
|
||||
(patches
|
||||
(search-patches "ruby-chunky-png-ruby-3-2-support.patch"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:ruby ruby-3.1
|
||||
#:test-target "spec"
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue