gnu: libcacard: Use latest meson.
* gnu/packages/spice.scm (libcacard) [arguments]: Remove meson. Add a runpath directive to #:configure-flags.
This commit is contained in:
parent
372049107f
commit
118fb307e0
1 changed files with 5 additions and 1 deletions
|
@ -359,7 +359,11 @@ resolution scaling on graphical console window resize.")
|
||||||
"1rrjlclm6ad63gah1fa4yfwrz4z6vgq2yrybbvzvvdbxrgl4vgzv"))))
|
"1rrjlclm6ad63gah1fa4yfwrz4z6vgq2yrybbvzvvdbxrgl4vgzv"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:meson meson-0.60))
|
(list #:configure-flags
|
||||||
|
;; Otherwise, the validate-runpath phase fails.
|
||||||
|
#~(list (string-append "-Dc_link_args=-Wl,-rpath="
|
||||||
|
(search-input-directory %build-inputs
|
||||||
|
"lib/nss")))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; The following inputs are required in the pkg-config file.
|
;; The following inputs are required in the pkg-config file.
|
||||||
(list glib
|
(list glib
|
||||||
|
|
Reference in a new issue