mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
3b38cbe8c2
commit
bcf3f55be9
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ (define-public check-0.14
|
||||||
(inherit check)
|
(inherit check)
|
||||||
(version "0.14.0")
|
(version "0.14.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
|
(inherit (package-source check))
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/libcheck/check/releases"
|
(uri (string-append "https://github.com/libcheck/check/releases"
|
||||||
"/download/" version "/check-" version ".tar.gz"))
|
"/download/" version "/check-" version ".tar.gz"))
|
||||||
|
|
Loading…
Reference in a new issue