gnu: libcacard: Use latest meson.
* gnu/packages/spice.scm (libcacard) [arguments]: Remove meson. Add a runpath directive to #:configure-flags.master
parent
372049107f
commit
118fb307e0
|
@ -359,7 +359,11 @@ resolution scaling on graphical console window resize.")
|
|||
"1rrjlclm6ad63gah1fa4yfwrz4z6vgq2yrybbvzvvdbxrgl4vgzv"))))
|
||||
(build-system meson-build-system)
|
||||
(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
|
||||
;; The following inputs are required in the pkg-config file.
|
||||
(list glib
|
||||
|
|
Reference in New Issue