me
/
guix
Archived
1
0
Fork 0

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.
master
Tobias Geerinckx-Rice 2021-06-21 14:34:55 +02:00
parent 98ae5c9d84
commit 885d05acb9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -424,9 +424,9 @@ it a convenient format to store user input files.")
;; /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\"")