GNU bug report logs -
#75470
[PATCH gnome-team 00/59] To 46.7 and beyond
Previous Next
Full log
Message #53 received at 75470 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/web.scm (uhttpmock)[arguments]: Change to list of G-Expressions.
---
gnu/packages/web.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7f7c62c945..249371b79c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5716,13 +5716,13 @@ (define-public uhttpmock
glib-networking gsettings-desktop-schemas pkg-config))
(inputs (list libsoup))
(arguments
- `(#:glib-or-gtk? #t
- #:configure-flags '("-Dgtk_doc=false")
- #:phases
- (modify-phases %standard-phases
- (add-before 'check 'set-home-for-tests
- (lambda _
- (setenv "HOME" "/tmp"))))))
+ (list #:glib-or-gtk? #t
+ #:configure-flags #~(list "-Dgtk_doc=false")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'check 'set-home-for-tests
+ (lambda _
+ (setenv "HOME" "/tmp"))))))
(home-page "https://gitlab.com/groups/uhttpmock")
(synopsis "Library for mocking web service APIs which use HTTP or HTTPS")
(description
--
2.47.1
This bug report was last modified 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.