mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: rust-glutin-glx-sys-0.1: Update to 0.1.8.
* gnu/packages/crates-graphics.scm (rust-glutin-glx-sys-0.1): Update to 0.1.8. [arguments]: Don't skip the build. Change-Id: Ic9c7d53af8a9233b5ddb2ddf7900ed97c96a5fd6
This commit is contained in:
parent
871dae617c
commit
ad96f5ecd8
1 changed files with 3 additions and 4 deletions
|
@ -1885,17 +1885,16 @@ (define-public rust-glutin-glx-sys-0.1
|
|||
(package
|
||||
(inherit rust-glutin-glx-sys-0.4)
|
||||
(name "rust-glutin-glx-sys")
|
||||
(version "0.1.7")
|
||||
(version "0.1.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "glutin_glx_sys" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0l8kk60kq5v6hl1qr6ym2arzvbsgkh71aa8485cp901bq27kqfby"))))
|
||||
(base32 "0s14s3v2dddkx141w2x65s8ik54mrn432hisbc65i62hhrshagfr"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-gl-generator" ,rust-gl-generator-0.14)
|
||||
("rust-x11-dl" ,rust-x11-dl-2))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue