1
Fork 0
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:
Arun Isaac 2025-05-23 19:15:19 +01:00
parent 001ceac870
commit 3e676b49b9
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -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