gnu: julia-scanbyte: Limit to x86_64-linux.

* gnu/packages/julia-xyz.scm (julia-scanbyte)[supported-systems]: New
field.
This commit is contained in:
Efraim Flashner 2022-12-14 16:10:32 +02:00
parent 826e6414a4
commit 53436955c4
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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