me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: I490b3d4cbe09381d091a398614d6b55687ac758f
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ source code editors and IDEs.")
(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"))