mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: wl-mirror: Update to 0.18.2.
* gnu/packages/wm.scm (wl-mirror): Update to 0.18.2. [arguments]<#:configure-flags>: Add option to install scripts. Change-Id: Iab1b1a0f6972d7815604f703ca39352dc169afc1 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
b0d653ad6f
commit
500d42e45a
1 changed files with 3 additions and 2 deletions
|
|
@ -2087,7 +2087,7 @@ modules for building a Wayland compositor.")
|
|||
(define-public wl-mirror
|
||||
(package
|
||||
(name "wl-mirror")
|
||||
(version "0.17.0")
|
||||
(version "0.18.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
@ -2096,12 +2096,13 @@ modules for building a Wayland compositor.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1szzaahpq0ihpabjh4djkrmhlp0z3g39pdsmrcg7jdz6qw49pj8k"))))
|
||||
"0n7i9jmij5vpnsas3j1namdrsncpp6q008nzny5kgbg96cq267ym"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ;No tests.
|
||||
#:configure-flags
|
||||
#~(list "-DINSTALL_DOCUMENTATION=ON"
|
||||
"-DINSTALL_EXAMPLE_SCRIPTS=ON"
|
||||
(string-append "-DWL_PROTOCOL_DIR="
|
||||
#$(this-package-input "wayland-protocols")
|
||||
"/share/wayland-protocols")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue