me
/
guix
Archived
1
0
Fork 0

gnu: ncdu2: Set upstream name.

* gnu/packages/ncdu.scm (ncdu-2)[properties]: New field.
master
Efraim Flashner 2022-03-30 16:36:46 +03:00
parent 1c2da66035
commit 693212087d
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -88,4 +88,5 @@ ncurses installed.")
(when tests? (when tests?
(invoke "zig" "test" "build.zig"))))))) (invoke "zig" "test" "build.zig")))))))
(native-inputs (native-inputs
(list perl zig)))) (list perl zig))
(properties `((upstream-name . "ncdu")))))