mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-glutin-glx-sys-0.1: Update to 0.1.7.
* gnu/packages/crates-graphics.scm (rust-glutin-glx-sys-0.1): Update to 0.1.7. [arguments]: Skip build.
This commit is contained in:
parent
721a6d6f36
commit
48c2a30bbf
1 changed files with 9 additions and 10 deletions
|
@ -904,24 +904,23 @@ and iOS.")
|
||||||
(define-public rust-glutin-glx-sys-0.1
|
(define-public rust-glutin-glx-sys-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-glutin-glx-sys")
|
(name "rust-glutin-glx-sys")
|
||||||
(version "0.1.5")
|
(version "0.1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "glutin-glx-sys" version))
|
(uri (crate-uri "glutin_glx_sys" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0l8kk60kq5v6hl1qr6ym2arzvbsgkh71aa8485cp901bq27kqfby"))))
|
||||||
"0mxs3mil68xqqb49466n5rpwpcllj6fwqjgrcrzzmz26bv5ab40j"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:skip-build? #t
|
||||||
(("rust-x11-dl" ,rust-x11-dl-2)
|
#:cargo-inputs
|
||||||
("rust-gl-generator" ,rust-gl-generator-0.11))))
|
(("rust-gl-generator" ,rust-gl-generator-0.14)
|
||||||
|
("rust-x11-dl" ,rust-x11-dl-2))))
|
||||||
(home-page "https://github.com/tomaka/glutin")
|
(home-page "https://github.com/tomaka/glutin")
|
||||||
(synopsis "Glx bindings for glutin")
|
(synopsis "Glx bindings for glutin")
|
||||||
(description "The glx bindings for glutin.")
|
(description "This package provides glx bindings for glutin.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public rust-glutin-wgl-sys-0.1
|
(define-public rust-glutin-wgl-sys-0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue