me
/
guix
Archived
1
0
Fork 0

gnu: gtk-doc: Remove obsolete build phase.

* gnu/packages/gtk.scm (gtk-doc)[arguments]: Remove obsolete build phase
"set-HOME".
master
Ricardo Wurmus 2020-10-26 21:39:41 +01:00
parent 6c7a0ffa1a
commit 08dc1de496
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 6 deletions

View File

@ -1694,12 +1694,6 @@ information.")
(substitute* "tests/Makefile.in"
(("empty.sh sanity.sh") "empty.sh"))
#t))
(add-before 'build 'set-HOME
(lambda _
;; FIXME: dblatex with texlive-union does not find the built
;; metafonts, so it tries to generate them in HOME.
(setenv "HOME" "/tmp")
#t))
(add-before 'configure 'fix-docbook
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "configure"