mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: rust-glium-0.25: Fix inputs.
* gnu/packages/crates-io.scm (rust-glium-0.25)[cargo-inputs]: Move rust-gl-gnerator-0.11 to here ... [cargo-development-inputs]: ... from here.
This commit is contained in:
parent
328412ca7e
commit
27a4102797
1 changed files with 1 additions and 1 deletions
|
@ -29128,6 +29128,7 @@ (define-public rust-glium-0.25
|
|||
`(#:cargo-inputs
|
||||
(("rust-backtrace" ,rust-backtrace-0.3)
|
||||
("rust-fnv" ,rust-fnv-1)
|
||||
("rust-gl-generator" ,rust-gl-generator-0.11)
|
||||
("rust-glutin" ,rust-glutin-0.21)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-smallvec" ,rust-smallvec-0.6)
|
||||
|
@ -29135,7 +29136,6 @@ (define-public rust-glium-0.25
|
|||
#:cargo-development-inputs
|
||||
(("rust-cgmath" ,rust-cgmath-0.17)
|
||||
("rust-genmesh" ,rust-genmesh-0.6)
|
||||
("rust-gl-generator" ,rust-gl-generator-0.11)
|
||||
("rust-image" ,rust-image-0.21)
|
||||
("rust-obj" ,rust-obj-0.9)
|
||||
("rust-rand" ,rust-rand-0.6))))))
|
||||
|
|
Loading…
Reference in a new issue