diff options
author | Leo Famulari <leo@famulari.name> | 2018-10-04 11:30:23 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2018-10-07 16:13:51 -0400 |
commit | 68afb9dccf91cc1a58b6db405befa176b191d809 (patch) | |
tree | 1ef710f1ce33b32c4a6ad1cdc8a3458e1e50a5f7 /gnu/packages/libreoffice.scm | |
parent | cd220e60da3add3884aef7cc0ab8f4b9e8fb2e3c (diff) | |
download | guix-68afb9dccf91cc1a58b6db405befa176b191d809.tar guix-68afb9dccf91cc1a58b6db405befa176b191d809.tar.gz |
build-system/glib-or-gtk: Build 'in-source' by default.
* guix/build-system/glib-or-gtk.scm (glib-or-gtk-build): Change to
'out-of-source? #f'.
* gnu/packages/audio.scm (audacity)[arguments]: Use the default 'out-of-source?'
setting.
* gnu/packages/libreoffice.scm (libreoffice): Likewise.
Diffstat (limited to 'gnu/packages/libreoffice.scm')
-rw-r--r-- | gnu/packages/libreoffice.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 881cf2008d..e5ab5c5071 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -1018,9 +1018,6 @@ converting QuarkXPress file format. It supports versions 3.1 to 4.1.") (arguments `(#:tests? #f ; Building the tests already fails. #:make-flags '("build-nocheck") ; Do not build unit tests, which fails. - ;; XXX Remove this if glib-or-gtk-build-system changes to in-source-tree - ;; builds by default. - #:out-of-source? #f #:phases (modify-phases %standard-phases (add-before 'configure 'prepare-src |