guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/09: gnu: ncdu-2: Mark as tunable.


From: guix-commits
Subject: 09/09: gnu: ncdu-2: Mark as tunable.
Date: Sun, 3 Dec 2023 03:09:44 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8267a3a206ed50cb16c885ffc40a1c0d4da68763
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Dec 3 09:53:20 2023 +0200

    gnu: ncdu-2: Mark as tunable.
    
    * gnu/packages/ncdu.scm (ncdu-2)[properties]: Mark package as tunable.
    
    Change-Id: I9cd9bd45be6c32c44da983432d69128657b98591
---
 gnu/packages/ncdu.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm
index d2c4688cc9..30460b404d 100644
--- a/gnu/packages/ncdu.scm
+++ b/gnu/packages/ncdu.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]