1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: ncdu: Update to 2.8.

* gnu/packages/ncdu.scm (ncdu): Update to 2.8.
[arguments]: Build with zig-0.14.

Change-Id: I36c61bdcf7fbcafa0f8a63620cbcce56ed82a26d
This commit is contained in:
Efraim Flashner
2025-03-11 08:45:22 +02:00
parent 6dd7287ab6
commit 6dc89f2aa2

View File

@@ -70,17 +70,18 @@ ncurses installed.")
(package
(inherit ncdu-1)
(name "ncdu")
(version "2.7")
(version "2.8")
(source (origin
(method url-fetch)
(uri (string-append "https://dev.yorhel.nl/download/ncdu-"
version ".tar.gz"))
(sha256
(base32
"001hp47g45rlmbirg85cqflfg049xhdf5d0xjp7m565vl8acq65j"))))
"0h4fwgkny70d7v7r4nbhcwjx9aijbgpl508prcrgbzf9grpmfqda"))))
(build-system zig-build-system)
(arguments
(list #:install-source? #f
(list #:zig zig-0.14
#:install-source? #f
#:zig-release-type "safe"
#:zig-build-flags
#~(list "-Dpie")))