1
Fork 0
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:
Guillaume Le Vaillant 2021-09-28 10:46:40 +02:00
parent 946ac3467e
commit dce9b98d55
No known key found for this signature in database
GPG key ID: 6BE8208ADF21FE3F
3 changed files with 64 additions and 1 deletions

View file

@ -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