cbqn: Mark as tunable.

* gnu/packages/bqn.scm (cbqn)[properties]: Add ‘tunable?’.
This commit is contained in:
Liliana Marie Prikler 2022-11-07 21:59:57 +01:00
parent a75a5ac4fc
commit 8ab84fea6f
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -204,4 +204,6 @@ (define-public cbqn
(native-inputs (list dbqn
bqn-sources
libffi
linux-libre-headers))))
linux-libre-headers))
(properties
`((tunable? . #t)))))