From 5f1e4e4c0242af6bcba656aedf8b49afbe7247b7 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 2 Jul 2024 10:15:41 +0200 Subject: [PATCH] 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")))