summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/serialization.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 2f408604918..88b08d17a1e 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -909,25 +909,6 @@ C#, C, Go, Java, JavaScript, PHP, and Python. It was originally created for
909game development and other performance-critical applications.") 909game development and other performance-critical applications.")
910 (license license:asl2.0))) 910 (license license:asl2.0)))
911 911
912(define-public flatbuffers-23.1
913 ;; needed explicitly by tensorflow-lite 2.13.1
914 (package
915 (inherit flatbuffers)
916 (version "23.1.21")
917 (source (origin
918 (method git-fetch)
919 (uri (git-reference
920 (url "https://github.com/google/flatbuffers")
921 (commit (string-append "v" version))))
922 (file-name (git-file-name "flatbuffers" version))
923 (sha256
924 (base32
925 "1z3a6l8g2y53i5xzraswfs2i0i3kk52zv7nzc2q3fgisbyiri3pz"))))
926 (arguments
927 (substitute-keyword-arguments (package-arguments flatbuffers)
928 ((#:configure-flags flags #~'())
929 #~(append #$flags '("-DCMAKE_POSITION_INDEPENDENT_CODE=ON")))))))
930
931(define-public flatbuffers-23.5 912(define-public flatbuffers-23.5
932 (hidden-package 913 (hidden-package
933 (package 914 (package