summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: python2-backports-functools-lru-cache: Update to 1.5.Ben Woodcroft2018-10-08
| | | | * gnu/packages/python.scm (python2-backports-functools-lru-cache): Update to 1.5.
* gnu: c-toxcore: Update to 0.2.8.Rutger Helling2018-10-08
| | | | * gnu/packages/messaging.scm (c-toxcore): Update to 0.2.8.
* gnu: crawl, crawl-tiles: Update to 0.22.1.Kei Kebreau2018-10-07
| | | | | * gnu/packages/games.scm (crawl, crawl-tiles): Update to 0.22.1. * gnu/packages/patches/crawl-upgrade-saves.patch: Update accordingly.
* gnu: Remove Go 1.10.Leo Famulari2018-10-07
| | | | | | * gnu/packages/golang.scm (go-1.10): Remove variable. (go-1.11)[arguments]: Remove unnecessary environment variable from 'set-bootstrap-variables' phase.
* build-system/glib-or-gtk: Build 'in-source' by default.Leo Famulari2018-10-07
| | | | | | | | * 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.
* gnu: ncmpc: Update to 0.32.Leo Famulari2018-10-07
| | | | | | * 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.
* gnu: borg: The backup client cannot override the server-side storage quota.Leo Famulari2018-10-07
| | | | | | * 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.
* gnu: mes: Update to 0.18.Jan Nieuwenhuizen2018-10-07
| | | | | | * 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.
* gnu: Add java-jakarta-regexp.Danny Milosavljevic2018-10-07
| | | | * gnu/packages/java.scm (java-jakarta-regexp): New variable.
* gnu: java-xmlgraphics-commons: Add dependency to java-asm.Danny Milosavljevic2018-10-07
| | | | | * gnu/packages/batik.scm (java-xmlgraphics-commons)[native-inputs]: Add java-asm.
* gnu: java-xmlgraphics-commons: Add dependency to java-cglib.Danny Milosavljevic2018-10-07
| | | | | * gnu/packages/batik.scm (java-xmlgraphics-commons)[native-inputs]: Add java-cglib.
* gnu: java-xmlgraphics-commons: Make error in tests fail the "check" phase.Danny Milosavljevic2018-10-07
| | | | | * gnu/packages/batik.scm (java-xmlgraphics-commons)[arguments]<#:test-target>: Use "junit" test target.
* gnu: java-xmlgraphics-commons: Remove bundled dependencies.Danny Milosavljevic2018-10-07
| | | | | * gnu/packages/batik.scm (java-xmlgraphics-commons): Remove bundled dependencies.
* gnu: Add java-xmlgraphics-commons.Danny Milosavljevic2018-10-07
| | | | * gnu/packages/batik.scm (java-xmlgraphics-commons): New variable.
* gnu: Add java-w3c-sac.Danny Milosavljevic2018-10-07
| | | | * gnu/packages/batik.scm (java-w3c-sac): New variable.
* gnu: Add java-w3c-svg.Danny Milosavljevic2018-10-07
| | | | * gnu/packages/batik.scm (java-w3c-svg-1.0, java-w3c-svg): New variables.
* gnu: Add java-w3c-smil.Danny Milosavljevic2018-10-07
| | | | | * gnu/packages/batik.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: mercurial: Update to 4.6.2.fis trivial2018-10-07
| | | | * gnu/packages/version-control.scm (mercurial): Update to 4.6.2.
* gnu: pd: Update to 0.49-0.宋文武2018-10-07
| | | | * gnu/packages/music.scm (pd): Update to 0.49-0.
* gnu: wcslib: Update to 5.20.Tobias Geerinckx-Rice2018-10-06
| | | | | * gnu/packages/astronomy.scm (wcslib): Update to 5.20. [arguments]: Build parallelly.
* gnu: git: Update to 2.19.1 [fixes CVE-2018-17456].Leo Famulari2018-10-06
| | | | * gnu/packages/version-control.scm (git): Update to 2.19.1.
* gnu: Add ngless.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/bioinformatics.scm (ngless): New variable.
* gnu: Add ghc-safeio.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-safeio): New variable.
* gnu: Add ghc-file-embed.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-file-embed): New variable.
* gnu: Add ghc-configurator.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-configurator): New variable.
* gnu: Add ghc-bytestring-lexing.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-bytestring-lexing): New variable.
* gnu: Add ghc-inline-c-cpp.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-inline-c-cpp): New variable.
* gnu: Add ghc-safe-exceptions.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-safe-exceptions): New variable.
* gnu: Add ghc-inline-c.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-inline-c): New variable.
* gnu: Add ghc-raw-string-qq.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-raw-string-qq): New variable.
* gnu: Add ghc-hpack.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-hpack): New variable.
* gnu: Add ghc-interpolate.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-interpolate): New variable.
* gnu: Add ghc-conduit-algorithms.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-conduit-algorithms): New variable.
* gnu: Add ghc-pqueue.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-pqueue): New variable.
* gnu: Add ghc-bzlib-conduit.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-bzlib-conduit): New variable.
* gnu: Add ghc-lzma-conduit.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-lzma-conduit): New variable.
* gnu: Add ghc-bindings-dsl.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-bindings-dsl): New variable.
* gnu: Add ghc-stm-conduit.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-stm-conduit): New variable.
* gnu: Add ghc-lzma.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-lzma): New variable.
* gnu: Add ghc-cereal-conduit.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-cereal-conduit): New variable.
* gnu: Add ghc-atomic-write.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-atomic-write): New variable.
* gnu: Add ghc-chart-cairo.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-chart-cairo): New variable.
* gnu: Add ghc-cairo.Ricardo Wurmus2018-10-05
| | | | * gnu/packages/haskell.scm (ghc-cairo): New variable.
* gnu: ghc-regex: Fix build.Ricardo Wurmus2018-10-05
| | | | | * gnu/packages/haskell.scm (ghc-regex)[arguments]: Add build phase to relax version checks.
* gnu: ghc-http-conduit: Remove ghc-http-client from native-inputs.Ricardo Wurmus2018-10-05
| | | | | * gnu/packages/haskell-web.scm (ghc-http-conduit)[native-inputs]: Remove ghc-http-client.
* progress: Fix total size in "@ download-succeeded" traces.Ludovic Courtès2018-10-05
| | | | | | | | | | | | Fixes a regression introduced in 1d0be47ab680db938ac8da1ee65e1de91e198f67 whereby the total size for directories (coming from substitutes) would be 4KiB. This led the progress bar to go back to the start, typically. * guix/progress.scm (progress-reporter/trace): Add 'total'. In 'start', initialize it. Adjust 'report' to update it. Adjust 'stop' to prefer SIZE as the actual size and then TOTAL. Do not use the size of FILE as the total since that could be 4KiB when FILE is a directory.
* gnu: ruby-sass: Update to 3.6.0.Christopher Baines2018-10-05
| | | | | | * gnu/packages/ruby.scm (ruby-sass)[version]: Update to 3.6.0. [source]: Update sha256. [native-inputs]: Add ruby-mathn, as this is needed when using Ruby 2.5.
* gnu: Add ruby-mathn.Christopher Baines2018-10-05
| | | | * gnu/packages/ruby.scm (ruby-mathn): New variable.
* gnu: ruby-sass-spec: Fix spec expectation.Christopher Baines2018-10-05
| | | | | | | | This fixes building ruby-sass with Ruby 2.5. * gnu/packages/ruby.scm (ruby-sass-spec)[arguments]: Add patch-test phase to fix the expectation of one of the tests. Also change the comment regarding the tests not being run.
* gnu: ruby-term-ansicolor: Fix test for Ruby 2.5.Christopher Baines2018-10-05
| | | | | * gnu/packages/ruby.scm (ruby-term-ansicolor)[arguments]: Add new fix-test phase to fix a test that fails under Ruby 2.5.