summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-09guix build: '-f' accepts file-like objects.Ludovic Courtès
* guix/scripts/build.scm (options->things-to-build)[validate-type]: Check for 'file-like?'. (options->derivations): Accept 'file-like?'. * tests/guix-build.sh: Add a test with 'computed-file'. * doc/guix.texi (Additional Build Options): Mention file-like objects.
2018-10-09gnu: Add ttf2pt1.Ludovic Courtès
* gnu/packages/fontutils.scm (ttf2pt1): New variable.
2018-10-09profiles: Make Geiser happy.Ludovic Courtès
* guix/profiles.scm (manual-database)[config.scm]: Use ungexp/quote trick to placate Geiser, which otherwise thinks it's in (guix config).
2018-10-09pull: '-l' now honors '-p'.Ludovic Courtès
* guix/scripts/pull.scm (process-query): Add 'profile' parameter and remove 'profile' local variable. (guix-pull): Adjust caller.
2018-10-09status: Gracefully handle invalid UTF-8 in build logs.Ludovic Courtès
* guix/status.scm (maybe-utf8->string): New procedure. (build-event-output-port): Use it in lieu of 'utf8->string'. * tests/status.scm ("build-output-port, UTF-8") ("current-build-output-port, UTF-8 + garbage"): New tests.
2018-10-09tests: "make check-system" produces colored output.Ludovic Courtès
* build-aux/run-system-tests.scm (run-system-tests): Use 'with-status-report'.
2018-10-09gnu: bs1770gain: Update to 0.5.0.Efraim Flashner
* gnu/packages/audio.scm (bs1770gain): Update to 0.5.0.
2018-10-09gnu: augeas: Update to 1.11.0.Efraim Flashner
* gnu/packages/augeas.scm (augeas): Update to 1.11.0. [source]: Remove snippet.
2018-10-09* gnu: agg: Replace bootstrap phase.Efraim Flashner
* gnu/packages/graphics.scm (agg)[arguments]: Remove custom 'autoreconf phase and replace default 'bootstrap phase. Use INVOKE. [native-inputs]: Remove bash.
2018-10-09gnu: agg: Don't build examples.Efraim Flashner
* gnu/packages/graphics.scm (agg)[arguments]: Disable building the examples.
2018-10-09gnu: abiword: Remove wmf support.Efraim Flashner
* gnu/packages/abiword.scm (abiword)[arguments]: Remove 'wmf' from the list of enabled plugins.
2018-10-09gnu: zstd: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zstd)[source]: Use release archive.
2018-10-09gnu: unison: End all phases with #t.Tobias Geerinckx-Rice
* gnu/packages/ocaml.scm (unison)[arguments]: End all phases with #t.
2018-10-09gnu: docx2txt: End phases with #t.Tobias Geerinckx-Rice
* gnu/packages/textutils.scm (docx2txt)[arguments]: End 'fix-install' phase with #t.
2018-10-09gnu: zstd: Update to 1.3.6.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zstd): Update to 1.3.6. [source]: Remove merged patches. * gnu/packages/patches/zstd-fix-stdin-list-test.patch, gnu/packages/patches/zstd-fix-stdin-list-without-tty.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2018-10-08gnu: Add gimp-resynthesizer.Thorsten Wilms
* gnu/packages/gimp.scm (gimp-resynthesizer): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-10-08gnu: Add emacs-colum-marker.Thorsten Wilms
* gnu/packages/emacs.scm (emacs-colum-marker): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-10-08gnu: Add filtlong.pimi
* gnu/packages/bioinformatics.scm (filtlong): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-10-08gnu: emacs-google-translate: Update to 0.11.15.Mathieu Lirzin
* gnu/packages/emacs.scm (emacs-google-translate): Update to 0.11.15. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-10-08gnu: Add font-sil-charis.Ludovic Courtès
* gnu/packages/fonts.scm (font-sil-charis): New variable.
2018-10-08gnu: Add font-sil-gentium.Ludovic Courtès
* gnu/packages/fonts.scm (font-sil-gentium): New variable.
2018-10-08gnu: Add r-dnabarcodes.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-dnabarcodes): New variable.
2018-10-08gnu: Add picard.Christopher Baines
* gnu/packages/music.scm (picard): New variable.
2018-10-08gnu: python2-backports-functools-lru-cache: Update to 1.5.Ben Woodcroft
* gnu/packages/python.scm (python2-backports-functools-lru-cache): Update to 1.5.
2018-10-08gnu: c-toxcore: Update to 0.2.8.Rutger Helling
* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.8.
2018-10-07gnu: crawl, crawl-tiles: Update to 0.22.1.Kei Kebreau
* gnu/packages/games.scm (crawl, crawl-tiles): Update to 0.22.1. * gnu/packages/patches/crawl-upgrade-saves.patch: Update accordingly.
2018-10-07gnu: Remove Go 1.10.Leo Famulari
* gnu/packages/golang.scm (go-1.10): Remove variable. (go-1.11)[arguments]: Remove unnecessary environment variable from 'set-bootstrap-variables' phase.
2018-10-07build-system/glib-or-gtk: Build 'in-source' by default.Leo Famulari
* 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.
2018-10-07gnu: ncmpc: Update to 0.32.Leo Famulari
* gnu/packages/mpd.scm (ncmpc): Update to 0.32. [inputs]: Add boost, pcre, and python-sphinx. Remove glib. [arguments]: Install the man pages correctly. Remove unnecessary configure flag.
2018-10-07gnu: borg: The backup client cannot override the server-side storage quota.Leo Famulari
* gnu/packages/patches/borg-respect-storage-quota.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/backup.scm (borg)[source]: Use it.
2018-10-07gnu: mes: Update to 0.18.Jan Nieuwenhuizen
* gnu/packages/patches/mes-nyacc-0.86.0.patch: Removef file. * gnu/local.mk (dist_patch_DATA): Remove entry. * gnu/packages/mes.scm (mes): Update to 0.18.
2018-10-07gnu: Add java-jakarta-regexp.Danny Milosavljevic
* gnu/packages/java.scm (java-jakarta-regexp): New variable.
2018-10-07gnu: java-xmlgraphics-commons: Add dependency to java-asm.Danny Milosavljevic
* gnu/packages/batik.scm (java-xmlgraphics-commons)[native-inputs]: Add java-asm.
2018-10-07gnu: java-xmlgraphics-commons: Add dependency to java-cglib.Danny Milosavljevic
* gnu/packages/batik.scm (java-xmlgraphics-commons)[native-inputs]: Add java-cglib.
2018-10-07gnu: java-xmlgraphics-commons: Make error in tests fail the "check" phase.Danny Milosavljevic
* gnu/packages/batik.scm (java-xmlgraphics-commons)[arguments]<#:test-target>: Use "junit" test target.
2018-10-07gnu: java-xmlgraphics-commons: Remove bundled dependencies.Danny Milosavljevic
* gnu/packages/batik.scm (java-xmlgraphics-commons): Remove bundled dependencies.
2018-10-07gnu: Add java-xmlgraphics-commons.Danny Milosavljevic
* gnu/packages/batik.scm (java-xmlgraphics-commons): New variable.
2018-10-07gnu: Add java-w3c-sac.Danny Milosavljevic
* gnu/packages/batik.scm (java-w3c-sac): New variable.
2018-10-07gnu: Add java-w3c-svg.Danny Milosavljevic
* gnu/packages/batik.scm (java-w3c-svg-1.0, java-w3c-svg): New variables.
2018-10-07gnu: Add java-w3c-smil.Danny Milosavljevic
* gnu/packages/batik.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2018-10-07gnu: mercurial: Update to 4.6.2.fis trivial
* gnu/packages/version-control.scm (mercurial): Update to 4.6.2.
2018-10-07gnu: pd: Update to 0.49-0.宋文武
* gnu/packages/music.scm (pd): Update to 0.49-0.
2018-10-06gnu: wcslib: Update to 5.20.Tobias Geerinckx-Rice
* gnu/packages/astronomy.scm (wcslib): Update to 5.20. [arguments]: Build parallelly.
2018-10-06gnu: git: Update to 2.19.1 [fixes CVE-2018-17456].Leo Famulari
* gnu/packages/version-control.scm (git): Update to 2.19.1.
2018-10-05gnu: Add ngless.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (ngless): New variable.
2018-10-05gnu: Add ghc-safeio.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-safeio): New variable.
2018-10-05gnu: Add ghc-file-embed.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-file-embed): New variable.
2018-10-05gnu: Add ghc-configurator.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-configurator): New variable.
2018-10-05gnu: Add ghc-bytestring-lexing.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-bytestring-lexing): New variable.
2018-10-05gnu: Add ghc-inline-c-cpp.Ricardo Wurmus
* gnu/packages/haskell.scm (ghc-inline-c-cpp): New variable.