gnu: ncdu-2: Mark as tunable.

* gnu/packages/ncdu.scm (ncdu-2)[properties]: Mark package as tunable.

Change-Id: I9cd9bd45be6c32c44da983432d69128657b98591
This commit is contained in:
Efraim Flashner 2023-12-03 09:53:20 +02:00
parent 2cc6e09a03
commit 8267a3a206
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,8 @@ ncurses installed.")
(when tests?
(invoke "zig" "test" "build.zig")))))))
(native-inputs
(list perl zig-0.10))))
(list perl zig-0.10))
(properties `((tunable? . #t)))))
(define-public ncdu-2
(deprecated-package "ncdu2" ncdu))