mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: rust-wayland-sys-0.28: Update to 0.28.6.
* gnu/packages/crates-graphics.scm (rust-wayland-sys-0.28): Update to 0.28.6. [arguments]: Remove trailing #t from phases. [cargo-inputs]: Add rust-memoffset-0.6. Replace rust-dlib-0.4 with 0.5. [propagated-inputs]: Move wayland from here ... [inputs]: ... to here. Remove all other inputs. Change-Id: Id642616de81f85d39a02eb7037d968c68cc8c39e
This commit is contained in:
parent
01a3c4af36
commit
00d1af9d4c
1 changed files with 7 additions and 13 deletions
|
@ -4777,20 +4777,21 @@ (define-public rust-wayland-sys-0.28
|
||||||
(package
|
(package
|
||||||
(inherit rust-wayland-sys-0.29)
|
(inherit rust-wayland-sys-0.29)
|
||||||
(name "rust-wayland-sys")
|
(name "rust-wayland-sys")
|
||||||
(version "0.28.3")
|
(version "0.28.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "wayland-sys" version))
|
(uri (crate-uri "wayland-sys" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16f03jsy7q6p2wpaazc4w4kycyyk0fz7lacpdbcizl9m1i7874v7"))))
|
(base32 "1f7yy3c6h270xd4wk2nsrr9433gmkg29d5rfxndvzznpmslzqhfq"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-dlib" ,rust-dlib-0.4)
|
(("rust-dlib" ,rust-dlib-0.5)
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-libc" ,rust-libc-0.2)
|
("rust-libc" ,rust-libc-0.2)
|
||||||
|
("rust-memoffset" ,rust-memoffset-0.6)
|
||||||
("rust-pkg-config" ,rust-pkg-config-0.3))
|
("rust-pkg-config" ,rust-pkg-config-0.3))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -4799,13 +4800,8 @@ (define-public rust-wayland-sys-0.28
|
||||||
(let ((libwayland (assoc-ref inputs "wayland")))
|
(let ((libwayland (assoc-ref inputs "wayland")))
|
||||||
(substitute* (find-files "src" "\\.rs$")
|
(substitute* (find-files "src" "\\.rs$")
|
||||||
(("libwayland.*\\.so" shared-lib)
|
(("libwayland.*\\.so" shared-lib)
|
||||||
(string-append libwayland "/lib/" shared-lib)))
|
(string-append libwayland "/lib/" shared-lib)))))))))
|
||||||
#t))))))
|
(inputs (list wayland))))
|
||||||
(inputs
|
|
||||||
(list rust-dlib-0.4 rust-lazy-static-1 rust-libc-0.2
|
|
||||||
rust-pkg-config-0.3))
|
|
||||||
(propagated-inputs
|
|
||||||
(list wayland))))
|
|
||||||
|
|
||||||
(define-public rust-wayland-sys-0.23
|
(define-public rust-wayland-sys-0.23
|
||||||
(package
|
(package
|
||||||
|
@ -4826,9 +4822,7 @@ (define-public rust-wayland-sys-0.23
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-dlib" ,rust-dlib-0.4)
|
(("rust-dlib" ,rust-dlib-0.4)
|
||||||
("rust-lazy-static" ,rust-lazy-static-1)
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
("rust-libc" ,rust-libc-0.2))))
|
("rust-libc" ,rust-libc-0.2))))))
|
||||||
(inputs `())
|
|
||||||
(propagated-inputs `())))
|
|
||||||
|
|
||||||
(define-public rust-wayland-sys-0.21
|
(define-public rust-wayland-sys-0.21
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue