This is an automated email from the git hooks/post-receive script.
cbaines pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5f1e4e4c02 self: Remove reference to source.
5f1e4e4c02 is described below
commit 5f1e4e4c0242af6bcba656aedf8b49afbe7247b7
Author: Christopher Baines <[email protected]>
AuthorDate: Tue Jul 2 10:15:41 2024 +0200
self: Remove reference to source.
A regression was introduced in 368e58afcb3b363098e52907c1ea9a385566f7d4
which
led to the guix-translated-texinfo derivation including a source file for
the
entire checkout.
I'm not sure what the --srcdir option does, but the derivation still seems
to
build when it's removed.
* guix/self.scm (translate-texi-manuals): Remove #$source reference.
Change-Id: Icfe1eaf7600f5708c9b3408d59d760b1edb3237b
---
guix/self.scm | 1 -
1 file changed, 1 deletion(-)
diff --git a/guix/self.scm b/guix/self.scm
index a94791d67b..2652688c71 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -324,7 +324,6 @@ the result to OUTPUT."
"--variable" (string-append "master=" source)
"--variable" (string-append "po=" po)
"--variable" (string-append "pot=" (string-append (tmpnam)
".pot"))
- (string-append "--srcdir=" #$source)
"--destdir=."
#+(file-append documentation-po "/po4a.cfg")))