me
/
guix
Archived
1
0
Fork 0

gnu: libcacard: Remove obsolete configure flags.

* gnu/packages/spice.scm (libcacard) [arguments]: Delete field.
[propagated-inputs]: Reword comment.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Maxim Cournoyer 2023-02-16 10:51:17 -05:00
parent 7b64e57c4c
commit 5770a6e56b
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 4 additions and 10 deletions

View File

@ -329,17 +329,11 @@ resolution scaling on graphical console window resize.")
(base32
"1rrjlclm6ad63gah1fa4yfwrz4z6vgq2yrybbvzvvdbxrgl4vgzv"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags
;; XXX: For some reason NSS is not automatically added on RUNPATH
;; with newer versions of Meson (after 0.60).
#~(list (string-append "-Dc_link_args=-Wl,-rpath="
(search-input-directory
%build-inputs "lib/nss")))))
(propagated-inputs
(list glib ; Requires: in the pkg-config file
nss ; Requires.private: in the pkg-config
pcsc-lite)) ; file
;; The following inputs are required in the pkg-config file.
(list glib
nss
pcsc-lite))
(native-inputs
(list openssl
`(,nss "bin")