GNU bug report logs -
#76224
[PATCH] gnu: tractor: Invoke glib-compile-schemas.
Previous Next
To reply to this bug, email your comments to 76224 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#76224
; Package
guix-patches
.
(Wed, 12 Feb 2025 13:24:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Danial Behzadi <dani.behzi <at> ubuntu.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 12 Feb 2025 13:24:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This is needed for packages which have tractor in their input to access the compile schemas of tractor in their environment.
---
gnu/packages/tor.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index b6b73f92..d9aa1ca2 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -484,7 +484,10 @@ (define-public tractor
(add-after 'install 'install-gschema
(lambda _
(let ((schemas (string-append #$output "/share/glib-2.0/schemas")))
- (install-file "src/tractor/tractor.gschema.xml" schemas)))))))
+ (install-file "src/tractor/tractor.gschema.xml" schemas)
+ ;; The following line is needed for packages having tractor as input
+ (invoke "glib-compile-schemas" schemas)))))))
+
(home-page "https://framagit.org/tractor")
(synopsis "Setup an onion routing proxy")
(description
--
2.47.2
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 18 Feb 2025 17:09:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Danial Behzadi <dani.behzi <at> ubuntu.com>
:
bug acknowledged by developer.
(Tue, 18 Feb 2025 17:09:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 76224-done <at> debbugs.gnu.org (full text, mbox):
Danial Behzadi <dani.behzi <at> ubuntu.com> skribis:
> This is needed for packages which have tractor in their input to access the compile schemas of tractor in their environment.
> ---
> gnu/packages/tor.scm | 5 ++++-
I tweaked the commit log and applied it, thanks!
Ludo'.
This bug report was last modified 13 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.