@@ -2918,3 +2918,26 @@ GCode based 3D printers. It is part of the larger open source project called
Cura.")
(license license:agpl3)))
+(define-public cura-binary-data
+ (package
+ (name "cura-binary-data")
+ (version "4.7.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Ultimaker/cura-binary-data")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "17gsfv32dynx70g4bbrcxf3jn9bzplbfpfb4f4gvhrd4p3cn6q6k"))))
+ (build-system cmake-build-system)
+ (arguments
+ `(#:tests? #false
+ #:configure-flags '("-DENABLE_FIRMWARE_INSTALL=OFF")))
+ (home-page "https://github.com/Ultimaker/cura-binary-data")
+ (synopsis "Binary data for Cura, like compiled translations.")
+ (description "Contains binary data for Cura releases, like compiled
+translations. Prebuilt Firmware files are removed.")
+ (license license:agpl3)))
+