mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: guile-lens: Patch hall.scm.
* gnu/packages/guile-xyz.scm (guile-lens)[arguments]: Patch hall.scm before invoking hall in run-hall phase.
This commit is contained in:
parent
001ceac870
commit
3e676b49b9
1 changed files with 5 additions and 0 deletions
|
@ -5651,6 +5651,11 @@ not provide a way to change the headers on its own.")
|
|||
(add-after 'unpack 'run-hall
|
||||
(lambda _
|
||||
(setenv "HOME" "/tmp") ; for ~/.hall
|
||||
;; Patch hall.scm.
|
||||
(substitute* "hall.scm"
|
||||
(("\\(copyright '\\(2018\\)\\)")
|
||||
"(email \"alex@pompo.co\") (copyright (2018))"))
|
||||
;; Invoke hall.
|
||||
(invoke "hall" "build-system" "-x"))))))
|
||||
(native-inputs
|
||||
(list autoconf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue