summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: libxt: Update to 1.2.0.Marius Bakke2019-07-03
| | | | | | * gnu/packages/xorg.scm (libxt): Update to 1.2.0. * gnu/packages/patches/libxt-guix-search-paths.patch: Adjust for 1.2.0. While at it, trim spurious whitespaces.
* gnu: sdl2: Fix FTBFS with GCC7.Marius Bakke2019-07-03
| | | | * gnu/packages/sdl.scm (sdl2)[arguments]: Add <#:make-flags>.
* gnu: lash: Add dependency on libtirpc.Marius Bakke2019-07-03
| | | | | * gnu/packages/audio.scm (lash)[arguments]: Add <#:make-flags>. [inputs]: Add LIBTIRPC.
* gnu: libtirpc: Do not build 'libtirpc.a'.Marius Bakke2019-07-03
| | | | * gnu/packages/onc-rpc.scm (libtirpc)[arguments]: Add <#:configure-flags>.
* gnu: libtorrent-rasterbar: Remove GCC5 workaround.Marius Bakke2019-07-03
| | | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]<#:configure-flags>: Remove "CXXFLAGS".
* gnu: polkit: Remove GCC5 workaround.Marius Bakke2019-07-03
| | | | * gnu/packages/polkit.scm (polkit)[arguments]<#:configure-flags>: Remove "CXXFLAGS".
* gnu: nitrogen: Remove redundant configure flags.Marius Bakke2019-07-03
| | | | * gnu/packages/wm.scm (nitrogen)[arguments]: Remove.
* gnu: pavucontrol: Remove GCC5 workaround.Marius Bakke2019-07-03
| | | | * gnu/packages/pulseaudio.scm (pavucontrol)[arguments]: Remove.
* gnu: lvtk: Remove obsolete workarounds.Marius Bakke2019-07-03
| | | | * gnu/packages/audio.scm (lvtk)[arguments]: Remove <#:phases>.
* gnu: non-sequencer: Remove GCC5 workaround.Marius Bakke2019-07-03
| | | | * gnu/packages/music.scm (non-sequencer)[arguments]: Remove <#:phases>.
* gnu: ganv: Remove GCC5 workaround.Marius Bakke2019-07-03
| | | | * gnu/packages/gtk.scm (ganv)[arguments]: Dont set CXXFLAGS.
* gnu: glib-networking: Update to 2.60.3.Marius Bakke2019-07-03
| | | | | | | | * gnu/packages/gnome.scm (glib-networking): Update to 2.60.3. [source](patches): Remove. [arguments]<#:phases>: Remove. * gnu/packages/patches/glib-networking-connection.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: libgnomecanvasmm: Remove GCC5 workaround.Marius Bakke2019-07-02
| | | | * gnu/packages/gnome.scm (libgnomecanvasmm)[arguments]: Remove.
* gnu: waybar: Remove GCC input.Marius Bakke2019-07-02
| | | | | * gnu/packages/wm.scm (waybar)[native-inputs]: Remove GCC-TOOLCHAIN-7. [arguments]: Remove <#:phases>.
* gnu: ncmpc: Remove GCC8 input.Marius Bakke2019-07-02
| | | | | * gnu/packages/mpd.scm (ncmpc)[native-inputs]: Remove GCC-8. [arguments]: Remve <#:phases>.
* gnu: vte-ng: Remove GCC7 input.Marius Bakke2019-07-02
| | | | | * gnu/packages/gnome.scm (vte-ng)[native-inputs]: Remove GCC-7. [arguments]: Adjust accordingly.
* gnu: spirv-tools: Remove GCC7 input.Marius Bakke2019-07-02
| | | | | * gnu/packages/vulkan.scm (spirv-tools)[native-inputs]: Remove GCC-7. [arguments]: Remove <#:phases>.
* gnu: gtkmm: Remove GCC5 workaround.Marius Bakke2019-07-02
| | | | | * gnu/packages/gtk.scm (gtkmm)[arguments]: Remove <#:configure-flags>. * gnu/packages/gtk.scm (gtkmm-2)[arguments]: Likewise.
* gnu: libarchive: Remove GCC5 workaround.Marius Bakke2019-07-02
| | | | * gnu/packages/backup.scm (libarchive)[arguments]: Remove <#:configure-flags>.
* gnu: boost: Remove GCC5 workaround.Marius Bakke2019-07-02
| | | | | | | * gnu/packages/patches/boost-fix-icu-build.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/boost.scm (boost)[source](patches): Remove. [arguments]: Do not pass "cxxflags".
* gnu: libuv: Update to 1.30.1.Marius Bakke2019-07-02
| | | | * gnu/packages/libevent.scm (libuv): Update to 1.30.1.
* gnu: Remove redundant icu4c@64 package.Marius Bakke2019-07-02
| | | | | * gnu/packages/icu4c.scm (icu4c-64): Remove variable. * gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Change ICU4C-64 to ICU4C.
* gnu: tzdata-for-tests: Update to 2019b.Marius Bakke2019-07-02
| | | | * gnu/packages/base.scm (tzdata-for-tests)[version, source, inputs]: Remove.
* Merge branch 'staging' into core-updatesMarius Bakke2019-07-02
|\
| * Merge branch 'master' into stagingMarius Bakke2019-07-02
| |\
| | * gnu: Add emacs-multi-termZzull2019-07-02
| | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-multi-term): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: Add trivial-utf-8.Katherine Cox-Buday2019-07-02
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-trivial-utf-8, ecl-trivial-utf-8): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: Add ghc-validation.Jacob MacDonald2019-07-02
| | | | | | | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-validation): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: Add ghc-hedgehog.Jacob MacDonald2019-07-02
| | | | | | | | | | | | | | | | | | * gnu/packages/haskell-check.scm (ghc-hedgehog): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: Add ghc-concurrent-output.Jacob MacDonald2019-07-02
| | | | | | | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-concurrent-output): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: ghc-ansi-terminal: Update to 0.9.1.Jacob MacDonald2019-07-02
| | | | | | | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-ansi-terminal): Update to 0.9.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: ghc-ansi-wl-pprint: Use ghc-ansi-terminal-0.8.Jacob MacDonald2019-07-02
| | | | | | | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-ansi-wl-pprint)[inputs]: Use ghc-ansi-terminal-0.8. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: Add ghc-ansi-terminal-0.8.Jacob MacDonald2019-07-02
| | | | | | | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-ansi-terminal-0.8): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: Add ghc-wl-pprint-annotated.Jacob MacDonald2019-07-02
| | | | | | | | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-wl-pprint-annotated): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: Add chafa.guy fleury iteriteka2019-07-02
| | | | | | | | | | | | | | | | | | * gnu/packages/image-viewers.scm (chaffa): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: postgres service: More secure default permissions.Robert Vollmert2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes to 'peer' authentication for local socket connections, and password-based authentication for local network connections. * gnu/services/databases.scm (%default-postgres-hba): Change authentication method. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| | * gnu: WebKitGTK: Update to 2.24.3.Marius Bakke2019-07-02
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/webkit.scm (webkitgtk-2.24): Update to 2.24.3. [source](patches): Remove. * gnu/packages/patches/webkitgtk-sans-gstreamer-gl.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| | * gnu: re2: Update to 2019-07-01.Marius Bakke2019-07-02
| | | | | | | | | | | | * gnu/packages/regex.scm (re2): Update to 2019-07-01.
| | * gnu: btrfs-progs: Update to 5.1.1.Rutger Helling2019-07-02
| | | | | | | | | | | | * gnu/packages/linux.scm (btrfs-progs): Update to 5.1.1.
| | * gnu: octave-cli: Sort inputs alphabetically.Efraim Flashner2019-07-02
| | | | | | | | | | | | * gnu/packages/maths.scm (octave-cli)[inputs]: Sort inputs alphabetically.
| | * gnu: Wrap program with libraries.Efraim Flashner2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/package-management.scm (stow)[arguments]: Add custom 'wrap-stow phase to wrap stow with necessary inputs. [propagated-inputs]: Move perl-clone, perl-clone-choose, perl-hash-merge to... [inputs]: ... here.
| | * gnu: emacs-shroud: Update to 1.83.4.Amar Singh2019-07-02
| | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-shroud): Update to 1.83.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| | * gnu: faudio: Update to 19.07.Rutger Helling2019-07-02
| | | | | | | | | | | | * gnu/packages/audio.scm (faudio): Update to 19.07.
| | * gnu: emacsy: Update to 0.4.1.Jan Nieuwenhuizen2019-07-02
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (emacsy): Update to 0.4.1.
| | * gnu: silkaj: Update to 0.7.2.Nicolas Goaziou2019-07-02
| | | | | | | | | | | | * gnu/packages/finance.scm (silkaj): Update to 0.7.2.
| | * gnu: giac: Update to 1.5.0-61.Nicolas Goaziou2019-07-02
| | | | | | | | | | | | * gnu/packages/algebra.scm (giac): Update to 1.5.0-61.
| | * gnu: python-duniterpy: Update to 0.54.3.Nicolas Goaziou2019-07-02
| | | | | | | | | | | | * gnu/packages/finance.scm (python-duniterpy): Update to 0.54.3.
| | * gnu: guile: Add 2.2.6.Ludovic Courtès2019-07-01
| | | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-2.2.5): Rename to... (guile-2.2.6): ... this, and update to 2.2.6.
| | * gnu: behave: Fix build.Danny Milosavljevic2019-07-01
| | | | | | | | | | | | | | | * gnu/packages/check.scm (behave)[propagated-inputs]: Add python-importlib-metadata.
| | * gnu: gtksourceviewmm: Build against gtksourceview@3.Marius Bakke2019-06-30
| | | | | | | | | | | | | | | * gnu/packages/gtk.scm (gtksourceviewmm)[propagated-inputs]: Change GTKSOURCEVIEW to GTKSOURCEVIEW-3.