me
/
guix
Archived
1
0
Fork 0

cbqn: Mark as tunable.

* gnu/packages/bqn.scm (cbqn)[properties]: Add ‘tunable?’.
master
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
1 changed files with 3 additions and 1 deletions

View File

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