mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: universal-ctags: Store temporary files below "/tmp".
* gnu/packages/code.scm (universal-ctags)[arguments]: Add #:configure-flags.
This commit is contained in:
@@ -367,7 +367,9 @@ features that are not supported by the standard @code{stdio} implementation.")
|
||||
#t))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:phases (modify-phases %standard-phases
|
||||
'(;; Don't use the build-time TMPDIR (/tmp/guix-build-...) at runtime.
|
||||
#:configure-flags '("--enable-tmpdir=/tmp")
|
||||
#:phases (modify-phases %standard-phases
|
||||
(add-after 'unpack 'make-files-writable
|
||||
(lambda _
|
||||
(for-each make-file-writable (find-files "."))
|
||||
|
||||
Reference in New Issue
Block a user