mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: julia-scanbyte: Limit to x86_64-linux.
* gnu/packages/julia-xyz.scm (julia-scanbyte)[supported-systems]: New field.
This commit is contained in:
parent
826e6414a4
commit
53436955c4
1 changed files with 2 additions and 0 deletions
|
@ -5100,6 +5100,8 @@ (define-public julia-scanbyte
|
|||
(description "This package finds the first occurrence of a byte or set of
|
||||
bytes in a chunk of memory. Think of it like a much faster version of
|
||||
@code{findfirst} that only iterates over bytes in memory.")
|
||||
;; https://github.com/jakobnissen/ScanByte.jl/issues/2
|
||||
(supported-systems '("x86_64-linux"))
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-scratch
|
||||
|
|
Loading…
Reference in a new issue