me
/
guix
Archived
1
0
Fork 0

gnu: libcacard: Use latest meson.

* gnu/packages/spice.scm (libcacard) [arguments]: Remove meson.
Add a runpath directive to #:configure-flags.
master
Maxim Cournoyer 2023-04-09 12:05:04 -04:00
parent 372049107f
commit 118fb307e0
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 5 additions and 1 deletions

View File

@ -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