mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: dde-sources: Update to 066797b576.
This fixes the build with reinforced build options: condvar.c: In function ‘ddekit_condvar_init’: condvar.c:16:19: error: old-style function definition [-Werror=old-style-definition] 16 | ddekit_condvar_t *ddekit_condvar_init() { | ^~~~~~~~~~~~~~~~~~~ * gnu/packages/hurd.scm (dde-sources): Update to 066797b576ebf8364ad157f50bef2a655597deeb. Change-Id: Icf6f97897852e21dfcf9b77629fde4ce6a7d1469
This commit is contained in:
parent
9ed23d9a7c
commit
a5be456960
1 changed files with 2 additions and 2 deletions
|
@ -301,7 +301,7 @@ (define unifont
|
|||
|
||||
(define dde-sources
|
||||
;; This is the current tip of the dde branch
|
||||
(let ((commit "ce8810277fa3584eb36ecb23da58394153fabe6f"))
|
||||
(let ((commit "066797b576ebf8364ad157f50bef2a655597deeb"))
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -309,7 +309,7 @@ (define dde-sources
|
|||
(commit commit)))
|
||||
(sha256
|
||||
(base32
|
||||
"0ygk7jm4jmhpvh0zzi5bk638242z7sbcab2i57fkb4y2mmdkjjbw"))
|
||||
"19f2awlfnar5gyhi0w5zawla5brzck2s88iv0f20022pd1l5v9hl"))
|
||||
(file-name (git-file-name "dde" (string-take commit 7))))))
|
||||
|
||||
(define %import-from-dde
|
||||
|
|
Loading…
Reference in a new issue