mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
2cc6e09a03
commit
8267a3a206
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ (define-public ncdu
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "zig" "test" "build.zig")))))))
|
(invoke "zig" "test" "build.zig")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list perl zig-0.10))))
|
(list perl zig-0.10))
|
||||||
|
(properties `((tunable? . #t)))))
|
||||||
|
|
||||||
(define-public ncdu-2
|
(define-public ncdu-2
|
||||||
(deprecated-package "ncdu2" ncdu))
|
(deprecated-package "ncdu2" ncdu))
|
||||||
|
|
Loading…
Reference in a new issue