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:
Janneke Nieuwenhuizen 2024-01-18 21:07:45 +01:00 committed by Ludovic Courtès
parent 9ed23d9a7c
commit a5be456960
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

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