gnu: dhtnet: Update to 0.0.1-4.6c5ee3a.

* gnu/packages/networking.scm (dhtnet): Update to 0.0.1-4.6c5ee3a.
[arguments] <#:configure-flags>: Add -DDNC_SYSTEMD=OFF.

Change-Id: I57187bd254cf2dc5f9a4ba874b80411acf2f44d9
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
Homo 2025-06-18 14:54:37 +03:00 committed by Maxim Cournoyer
parent 4efad03276
commit 29912090f0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4125,8 +4125,8 @@ A very simple IM client working over the DHT.
(define-public dhtnet (define-public dhtnet
;; There is no tag nor release; use the latest available commit. ;; There is no tag nor release; use the latest available commit.
(let ((revision "3") (let ((revision "4")
(commit "77331098ff663a5ac54fae7d0bedafe076c575a1")) (commit "6c5ee3a21556d668d047cdedb5c4b746c3c6bdb2"))
(package (package
(name "dhtnet") (name "dhtnet")
;; The base version is taken from the CMakeLists.txt file (see: ;; The base version is taken from the CMakeLists.txt file (see:
@ -4140,14 +4140,15 @@ A very simple IM client working over the DHT.
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1ch736misnlv2aqalj3n62gnz5xlhmip9xfv1aimp0aqinfc94p7")))) "0np0h19gcibn9d4hyn9vjvlxjc6ma8cg8j1qxh1cam5c9i49h1xv"))))
(outputs (list "out" "debug")) (outputs (list "out" "debug"))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list (list
#:configure-flags #~(list "-DBUILD_DEPENDENCIES=OFF" #:configure-flags #~(list "-DBUILD_DEPENDENCIES=OFF"
"-DBUILD_SHARED_LIBS=ON" "-DBUILD_SHARED_LIBS=ON"
"-DBUILD_TESTING=ON") "-DBUILD_TESTING=ON"
"-DDNC_SYSTEMD=OFF")
#:phases #:phases
#~(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'delete-problematic-tests (add-after 'unpack 'delete-problematic-tests