diff options
author | ng0 <ng0@infotropique.org> | 2017-09-25 20:53:40 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-09-25 20:53:40 +0000 |
commit | 1d178e1c8b1f37f8e7c93eaabc5b86559bcb0709 (patch) | |
tree | 0d47616fe8487fa77e7977100329409553bbe02d /contrib | |
parent | b5d7a1a11c713fbfb33643757a92928867cdad4b (diff) |
This should fix #5134
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/packages/guix/gnunet-doc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/packages/guix/gnunet-doc.scm b/contrib/packages/guix/gnunet-doc.scm index a2a9a2393c..9b3293a17f 100644 --- a/contrib/packages/guix/gnunet-doc.scm +++ b/contrib/packages/guix/gnunet-doc.scm @@ -70,7 +70,7 @@ "/../../../")) (define gnunet-doc - (let* ((revision "1") + (let* ((revision "2") (select? (delay (or (git-predicate (string-append (current-source-directory) "/../../../")) @@ -122,7 +122,7 @@ ("autoconf" ,autoconf) ("automake" ,automake) ("gnu-gettext" ,gnu-gettext) - ("texinfo" ,texinfo) + ("texinfo-5" ,texinfo-5) ; Debian stable ("libtool" ,libtool))) (arguments `(#:tests? #f ;Don't run tests |