[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61576] [PATCH 09/21] gnu: libcacard: Remove obsolete configure flag
From: |
Maxim Cournoyer |
Subject: |
[bug#61576] [PATCH 09/21] gnu: libcacard: Remove obsolete configure flags. |
Date: |
Fri, 17 Feb 2023 12:00:50 -0500 |
* gnu/packages/spice.scm (libcacard) [arguments]: Delete field.
[propagated-inputs]: Reword comment.
---
gnu/packages/spice.scm | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 46bb9844f2..191495b5fc 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -329,17 +329,11 @@ (define-public libcacard
(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")
--
2.39.1
- [bug#61576] [PATCH 00/21] Allow USB redirection as an unprivileged user in in GNOME Boxes, Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 01/21] gnu: spice-gtk: Fix indentation and normalize field order., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 08/21] gnu: virglrenderer: Update to 0.7.0., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 06/21] gnu: spice-protocol: Update to 0.14.4., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 09/21] gnu: libcacard: Remove obsolete configure flags.,
Maxim Cournoyer <=
- [bug#61576] [PATCH 03/21] gnu: spice-gtk: Use gexps., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 12/21] gnu: usbutils: Update to 015., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 15/21] gnu: osinfo-db: Use libsoup 3., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 04/21] gnu: spice-gtk: Update to 0.42., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 13/21] gnu: phodav: Propagate glib, libsoup and libxml2., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 18/21] services: desktop: Extract a new gnome-package procedure., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 20/21] gnu: gnome-boxes: Mention extra configuration requirements., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 10/21] gnu: spice: Update to 0.15.1., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 05/21] gnu: spice-gtk: Propagate libjpeg-turbo, lz4, opus, and usbredir., Maxim Cournoyer, 2023/02/17
- [bug#61576] [PATCH 14/21] gnu: spice-gtk: Enable support for polkit, webdav and others., Maxim Cournoyer, 2023/02/17