gnu: check-0.14: Fix build on powerpc-linux.

* gnu/packages/check.scm (check-0.14)[source]: Include patch from check.

Change-Id: I490b3d4cbe09381d091a398614d6b55687ac758f
This commit is contained in:
Efraim Flashner 2024-03-10 09:54:08 +02:00
parent 3b38cbe8c2
commit bcf3f55be9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -250,6 +250,7 @@ (define-public check-0.14
(inherit check)
(version "0.14.0")
(source (origin
(inherit (package-source check))
(method url-fetch)
(uri (string-append "https://github.com/libcheck/check/releases"
"/download/" version "/check-" version ".tar.gz"))