cbqn: Mark as tunable.
* gnu/packages/bqn.scm (cbqn)[properties]: Add ‘tunable?’.
This commit is contained in:
parent
a75a5ac4fc
commit
8ab84fea6f
1 changed files with 3 additions and 1 deletions
|
@ -204,4 +204,6 @@ (define-public cbqn
|
|||
(native-inputs (list dbqn
|
||||
bqn-sources
|
||||
libffi
|
||||
linux-libre-headers))))
|
||||
linux-libre-headers))
|
||||
(properties
|
||||
`((tunable? . #t)))))
|
||||
|
|
Loading…
Reference in a new issue