mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: sbcl-png: Fix compiling with sbcl >= 2.1.6.
* gnu/packages/patches/sbcl-png-fix-sbcl-compatibility.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/lisp-xyz.scm (sbcl-png)[source]: Use it.
This commit is contained in:
parent
946ac3467e
commit
dce9b98d55
3 changed files with 64 additions and 1 deletions
|
@ -9408,7 +9408,9 @@ for reading and writing JPEG image files.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name "cl-png" version))
|
||||
(sha256
|
||||
(base32 "173hqwpd0rwqf95mfx1h9l9c3i8bb0gvnpspzmmz3g5x3440czy4"))))
|
||||
(base32 "173hqwpd0rwqf95mfx1h9l9c3i8bb0gvnpspzmmz3g5x3440czy4"))
|
||||
;; Patch to fix compiling with SBCL >= 2.1.6.
|
||||
(patches (search-patches "sbcl-png-fix-sbcl-compatibility.patch"))))
|
||||
(build-system asdf-build-system/sbcl)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue