mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: tractor: Invoke glib-compile-schemas.
* gnu/packages/tor.scm (tractor)[arguments]: In ‘install-gschema’ phase, invoke ‘glib-compile-schemas’. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Change-Id: Ifaa7704dad7295f54494d826419f9c209da34f85
This commit is contained in:
parent
eda1e1d590
commit
f6f8ef7457
1 changed files with 3 additions and 1 deletions
|
@ -484,7 +484,9 @@ Potential client and exit connections are scrubbed of sensitive information.")
|
|||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue