GNU bug report logs -
#77475
[PATCH] gnu: json-glib: Fix cross-compiling.
Previous Next
To reply to this bug, email your comments to 77475 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77475
; Package
guix-patches
.
(Thu, 03 Apr 2025 02:02:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Brian Kubisiak <brian <at> kubisiak.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 03 Apr 2025 02:02:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (json-glib)[native-inputs]: Add
python-docutils when cross-compiling.
Change-Id: Ic8968709b4e0a858a110167b01ddb046a16e4abe
---
gnu/packages/gnome.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 46e360067f..59c923d433 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4946,8 +4946,9 @@ (define-public json-glib
"/share/doc"))))))))))
(native-inputs
(if (%current-target-system)
- ;; No docs, no additional inputs.
- (package-native-inputs json-glib-minimal)
+ ;; No docs, but rst2man is used for man pages.
+ (modify-inputs (package-native-inputs json-glib-minimal)
+ (prepend python-docutils))
(modify-inputs (package-native-inputs json-glib-minimal)
(prepend gi-docgen gobject-introspection
python-docutils))))))
base-commit: 9647cbbe86151ed326de161af45ec9d2cba1f717
--
2.49.0
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sun, 06 Apr 2025 18:06:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Brian Kubisiak <brian <at> kubisiak.com>
:
bug acknowledged by developer.
(Sun, 06 Apr 2025 18:06:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 77475-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Brian Kubisiak <brian <at> kubisiak.com> writes:
> * gnu/packages/gnome.scm (json-glib)[native-inputs]: Add
> python-docutils when cross-compiling.
>
> Change-Id: Ic8968709b4e0a858a110167b01ddb046a16e4abe
> ---
> gnu/packages/gnome.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Thanks for the patch, I've pushed this to master as
50da3ad224ac1e24d15ec707f11abdd195597bc0.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.