mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
self: Remove reference to source.
A regression was introduced in 368e58afcb
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
This commit is contained in:
parent
b3c8285127
commit
5f1e4e4c02
1 changed files with 0 additions and 1 deletions
|
@ -324,7 +324,6 @@ (define (translate-tmp-texi po source 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")))
|
||||
|
||||
|
|
Loading…
Reference in a new issue