mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4efad03276
commit
29912090f0
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue