me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/julia-xyz.scm (julia-scanbyte)[supported-systems]: New
field.
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
1 changed files with 2 additions and 0 deletions

View File

@ -5100,6 +5100,8 @@ a loadable module.")
(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