summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2025-02-09 19:28:50 -0600
committermsglm <msglm@techchud.xyz>2025-02-09 19:28:50 -0600
commit154274b1b953a20554acbfcc66fa964209070b6b (patch)
tree090a99d5bc3e060954ad55257c1be8f102ca0ff9
parent63266b1cb9b776eddcf5164fac4f253091e58e5b (diff)
downloadguix-msglm-154274b1b953a20554acbfcc66fa964209070b6b.tar.gz
guix-msglm-154274b1b953a20554acbfcc66fa964209070b6b.tar.bz2
guix-msglm-154274b1b953a20554acbfcc66fa964209070b6b.zip
add rust-osmesa-sys@0.0.5
-rw-r--r--unlustig.scm20
1 files changed, 20 insertions, 0 deletions
diff --git a/unlustig.scm b/unlustig.scm
index d5bbeef..b619bea 100644
--- a/unlustig.scm
+++ b/unlustig.scm
@@ -1778,3 +1778,23 @@ See winapi for types and constants.")
See winapi for types and constants.")
(license license:expat)))
+(define-public rust-osmesa-sys-0.0.5
+ (package
+ (name "rust-osmesa-sys")
+ (version "0.0.5")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "osmesa-sys" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "179nqpaxaz1x48gs365v5cmwm76849n2rpw0q92ms9gsf26jsp72"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-libc" ,rust-libc-0.2)
+ ("rust-shared-library" ,rust-shared-library-0.1))))
+ (home-page "https://github.com/Daggerbot/osmesa-rs.git")
+ (synopsis "OSMesa library bindings for Rust")
+ (description "This package provides OSMesa library bindings for Rust.")
+ (license license:cc0)))
+