summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: python-icalendar: Update to 4.0.3.Efraim Flashner2018-10-17
| | | | * gnu/packages/python.scm (python-icalendar): Update to 4.0.3.
* gnu: boost-for-mysql: Remove unnecessary phase.Efraim Flashner2018-10-17
| | | | | * gnu/packages/boost.scm (boost-for-mysql)[arguments]: Remove custom 'provide-libboost_python phase. Add removed '/bin/sh' substitution.
* gnu: perl-unicode-utf8: Disable tests on 32-bit systems.Marius Bakke2018-10-16
| | | | * gnu/packages/perl.scm (perl-unicode-utf8)[arguments]: New field.
* gnu: libinput: Update to 1.12.1.Marius Bakke2018-10-16
| | | | * gnu/packages/freedesktop.scm (libinput): Update to 1.12.1.
* gnu: chez: Adjust to zlib static output.Marius Bakke2018-10-16
| | | | | * gnu/packages/chez.scm (chez-scheme)[inputs]: Add ZLIB:STATIC. [arguments]: Reference libz.a from that instead of ZLIB.
* * gnu: clang-runtime: Fix typo in patch name.Efraim Flashner2018-10-15
| | | | | | | | | This is a follow-up to 0627f93db6a57e7411cb332b7509f35753b149e4. * gnu/packages/patches/libsantitizer-ustat-fix.patch: Rename to gnu/packages/patches/libsanitizer-ustat-fix.patch. * gnu/packages/llvm.scm (clang-runtime@3.7, clang-runtime@3.8, clang-runtime@3.9)[patches]: Fix patch name.
* gnu: clang-runtime: Adapt for glibc@2.28.Efraim Flashner2018-10-15
| | | | | | | * gnu/packages/llvm.scm (clang-runtime@3.7, clang-runtime@3.8, clang-runtime@3.9)[patches]: Add patch to work around removed ustat.h. * gnu/packages/patches/clang-3.5-libsanitizer-ustat-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: gcal: Apply Gnulib fixes.Ludovic Courtès2018-10-15
| | | | * gnu/packages/gcal.scm (gcal)[modules, snippet]: New fields.
* gnu: lsof: Fix builds on glibc 2.28.Ludovic Courtès2018-10-15
| | | | | * gnu/packages/lsof.scm (lsof)[arguments]: In 'disable-failing-tests', add 'substitute*' use for "tests/LTlib.c".
* gnu: gdk-pixbuf: Increase test timeout.Efraim Flashner2018-10-14
| | | | * gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: Increase test timeout.
* gnu: python-testtools: Fix regression in test suite.Efraim Flashner2018-10-11
| | | | | | * gnu/packages/check.scm (python-testtools)[source]: Add patch. * gnu/packages/patches/python-testtools.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: python-more-itertools: Fix building on 32-bit architectures.Efraim Flashner2018-10-11
| | | | | * gnu/packages/python.scm (python-more-itertools)[arguments]: Add a custom phase to prevent overflowing on 32-bit architectures.
* gnu: Go 1.9: Fix test failure with binutils >= 2.31.Leo Famulari2018-10-07
| | | | | * gnu/packages/golang.scm (go-1.9)[arguments]: Add a substitution to the prebuild phase.
* Merge branch 'master' into core-updatesLeo Famulari2018-10-07
|\
| * 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.