1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00

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
+3 -1
View File
@@ -204,4 +204,6 @@ by APL.")
(native-inputs (list dbqn
bqn-sources
libffi
linux-libre-headers))))
linux-libre-headers))
(properties
`((tunable? . #t)))))