me
/
guix
Archived
1
0
Fork 0

gnu: at-spi2-core: Remove trailing #t.

* gnu/packages/gtk.scm (at-spi2-core)[arguments]<#:phases>:
  Remove trailing #t.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
master
Maxime Devos 2021-10-01 16:21:28 +02:00 committed by Mathieu Othacehe
parent c3417f0754
commit c2f5510730
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 5 additions and 8 deletions

View File

@ -734,12 +734,11 @@ scaled, composited, modified, saved, or rendered.")
;; Ensure that the cross-references point to the "doc" output.
(substitute* "doc/libatspi/meson.build"
(("docpath =.*")
(string-append "docpath = '" (assoc-ref outputs "doc") "/share/gtk-doc/html'\n")))
#t))
(string-append "docpath = '" (assoc-ref outputs "doc")
"/share/gtk-doc/html'\n")))))
(add-before 'install 'prepare-doc-directory
(lambda* (#:key outputs #:allow-other-keys)
(mkdir-p (string-append (assoc-ref outputs "doc") "/share"))
#t))
(mkdir-p (string-append (assoc-ref outputs "doc") "/share"))))
(add-after 'unpack 'patch-docbook-sgml
(lambda* (#:key native-inputs inputs #:allow-other-keys)
(let* ((xmldoc
@ -748,8 +747,7 @@ scaled, composited, modified, saved, or rendered.")
"/xml/dtd/docbook")))
(substitute* "doc/libatspi/libatspi-docs.sgml"
(("http://.*/docbookx\\.dtd")
(string-append xmldoc "/docbookx.dtd")))
#t)))
(string-append xmldoc "/docbookx.dtd"))))))
,@(if (%current-target-system)
'()
'((add-after 'install 'move-documentation
@ -760,8 +758,7 @@ scaled, composited, modified, saved, or rendered.")
(string-append out "/share/gtk-doc")
(string-append doc "/share/gtk-doc"))
(delete-file-recursively
(string-append out "/share/gtk-doc")))
#t))))
(string-append out "/share/gtk-doc")))))))
(add-after 'install 'check
(lambda* (#:key tests? #:allow-other-keys)
(setenv "HOME" (getenv "TMPDIR")) ; xfconfd requires a writable HOME