1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

Merge branch 'master' into staging

This commit is contained in:
Marius Bakke 2018-07-30 18:08:28 +02:00
commit 869250809b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA
35 changed files with 596 additions and 354 deletions

View file

@ -1862,6 +1862,11 @@ new Date();"))
"test-generative-src"
"tools-namespace-src"))
#t))
(add-after 'unpack 'fix-manifest-classpath
(lambda _
(substitute* "build.xml"
(("<attribute name=\"Class-Path\" value=\".\"/>") ""))
#t))
;; The javadoc target is not built by default.
(add-after 'build 'build-doc
(lambda _