mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: capnproto: Fix typo in phase name.
* gnu/packages/serialization.scm (capnproto)[arguments]: Rename the 'use-tmp-for-tempory-files phase to 'use-tmp-for-temporary-files.
This commit is contained in:
parent
98ae5c9d84
commit
885d05acb9
1 changed files with 2 additions and 2 deletions
|
@ -424,9 +424,9 @@ (define-public capnproto
|
|||
;; /etc/services, which is not present in build environment.
|
||||
(substitute* "src/kj/async-io-test.c++" ((":http") ":80"))
|
||||
#t))
|
||||
(add-before 'check 'use-tmp-for-tempory-files
|
||||
(add-before 'check 'use-tmp-for-temporary-files
|
||||
(lambda _
|
||||
;; Use /tmp for tempory files, as the default /var/tmp directory
|
||||
;; Use /tmp for temporary files, as the default /var/tmp directory
|
||||
;; doesn't exist.
|
||||
(substitute* "src/kj/filesystem-disk-test.c++"
|
||||
(("VAR\\_TMP \"/var/tmp\"")
|
||||
|
|
Loading…
Reference in a new issue