summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMark H Weaver2018-05-21
|\
| * gnu: linux-libre: Update to 4.16.10.Mark H Weaver2018-05-21
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.10. (%linux-libre-hash): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.42.Mark H Weaver2018-05-21
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.42. (%linux-libre-4.14-hash): Update hash.
| * gnu: linux-libre@4.9: Update to 4.9.101.Mark H Weaver2018-05-21
| | | | | | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.101.
| * gnu: pius: Fix incompatibility with newer GnuPG versions.Andreas Enge2018-05-21
| | | | | | | | | | | | * gnu/packages/gnupg.scm (pius)[source]: Add patch. * gnu/packages/patches/pius.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * gnu: pius: Add input python2-sip.Andreas Enge2018-05-21
| | | | | | | | | | * gnu/packages/gnupg.scm (pius)[inputs]: Add python2-six, imported from the pius Python script.
| * gnu: aria2: Update to 1.34.0.Efraim Flashner2018-05-21
| | | | | | | | * gnu/packages/bittorrent.scm (aria2): Update to 1.34.0.
| * profiles: Add hook to generate "gschemas.compiled".Danny Milosavljevic2018-05-21
| | | | | | | | | | * guix/profiles.scm (glib-schemas): New procedure. (%default-profile-hooks): Add it.
| * gnu: Add can-utils.Danny Milosavljevic2018-05-21
| | | | | | | | * gnu/packages/networking.scm (can-utils): New variable.
| * gnu: linux-libre: Enable build for aarch64-linux.Vagrant Cascadian2018-05-21
| | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (%linux-compatible-systems): Add aarch64-linux. (linux-libre-4.14): Limit to x86_64-linux, i686-linux and armhf-linux. * gnu/packages/aux-files/linux-libre/4.16-arm64.conf: New file. * Makefile.am (AUX_FILES): Add 4.16-arm64.conf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: linux-libre: Use "make dtbs_install" to install device tree files.Vagrant Cascadian2018-05-20
| | | | | | | | | | | | | | * gnu/packages/linux.scm (make-linux-libre): Use "make dtbs_install" to install device tree files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add vigra-c.Fis Trivial2018-05-20
| | | | | | | | | | | | * gnu/packages/image.scm (vigra-c): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-glob2.Fis Trivial2018-05-20
| | | | | | | | | | | | * gnu/packages/python.scm (python-glob2, python2-glob2): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add ghc-bytes.Tonton2018-05-20
| | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-bytes): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add ghc-semigroupoids-5.2.2.Tonton2018-05-20
| | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-semigroupoids-5.2.2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * services: connman: Add polkit hooks for connman.Efraim Flashner2018-05-20
| | | | | | | | | | * gnu/services/networking.scm (connman-service-type): Extend the polkit-service-type with actions from connman.
| * services: openntpd: Add openntpd to the system profile.Efraim Flashner2018-05-20
| | | | | | | | | | * gnu/services/networking.scm (openntpd-service-type): Extend the profile-service-type and add openntpd to the system profile.
| * services: dbus: Search more directories for '.service' files.Efraim Flashner2018-05-20
| | | | | | | | | | * gnu/services/dbus.scm (system-service-directory): Remove one level of directories when searching for '.service' files.
| * services: connman: Add default configuration to the connman-service-type.Efraim Flashner2018-05-20
| | | | | | | | | | * gnu/services/networking.scm (connman-service-type)[default-value]: New field.
| * services: Add Enlightenment desktop service.Efraim Flashner2018-05-20
| | | | | | | | | | | | | | * gnu/services/desktop.scm (<enlightenment-desktop-configuration>, enlightenment-desktop-service-type): New variables. * doc/guix.texi (Desktop Services): Document the service. * NEWS: Mention it.
| * gnu: enlightenment: Fix setuid program locations.Efraim Flashner2018-05-20
| | | | | | | | | | | | * gnu/packages/enlightenment.scm (enlightenment)[source]: Add patch. * gnu/packages/patches/enlightenment-fix-setuid-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
| * gnu: Add guile-sparql.Roel Janssen2018-05-19
| | | | | | | | * gnu/packages/guile.scm (guile-sparql): New variable.
| * guix-install.sh: Fix chk_require exiting without warning.Maxim Cournoyer2018-05-19
| | | | | | | | | | | | | | | | | | * etc/guix-install.sh (chk_require): Because of the set -e option, Bash was exiting when the command `command -v "$c" &>/dev/null' was running on its own. Instead, we now test the command and accumulate warning messages in a single statement by chaining the command with a logical OR. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: xss-lock: New variable.Pierre Neidhardt2018-05-19
| | | | | | | | | | | | * gnu/packages/xdisorg.scm (xss-lock): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add zyre.Tonton2018-05-19
| | | | | | | | | | | | * gnu/packages/networking.scm (zyre): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: libsignal-protocol-c: Update to 2.3.2.Tobias Geerinckx-Rice2018-05-19
| | | | | | | | * gnu/packages/messaging.scm (libsignal-protocol-c): Update to 2.3.2.
| * gnu: dash: Update to 0.5.10.2.Tobias Geerinckx-Rice2018-05-19
| | | | | | | | * gnu/packages/shells.scm (dash): Update to 0.5.10.2.
| * gnu: emacs-guix: Update to 0.4.Alex Kost2018-05-19
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-guix): Update to 0.4. [propagated-inputs]: Add 'emacs-edit-indirect' (new dependency). [arguments]: Add "--with-editindirect-lispdir" configure flag.
| * gnu: xterm: Update to 333.Tobias Geerinckx-Rice2018-05-19
| | | | | | | | * gnu/packages/xorg.scm (xterm): Update to 333.
| * gnu: f-seq: Factorise ‘install’ phase.Tobias Geerinckx-Rice2018-05-19
| | | | | | | | * gnu/packages/bioinformatics.scm (f-seq)[arguments]: Let-bind more.
| * gnu: r-amap: Update to 0.8-16.Tobias Geerinckx-Rice2018-05-19
| | | | | | | | * gnu/packages/cran.scm (r-amap): Update to 0.8-16.
| * gnu: r-modelr: Update to 0.1.2.Tobias Geerinckx-Rice2018-05-19
| | | | | | | | * gnu/packages/cran.scm (r-modelr): Update to 0.1.2.
| * gnu: perl-io-compress: Update to 2.081.Tobias Geerinckx-Rice2018-05-19
| | | | | | | | * gnu/packages/compression.scm (perl-io-compress): Update to 2.081.
| * gnu: perl-compress-raw-bzip2: Update to 2.081.Tobias Geerinckx-Rice2018-05-19
| | | | | | | | * gnu/packages/compression.scm (perl-compress-raw-bzip2): Update to 2.081.
| * gnu: perl-compress-raw-zlib: Update to 2.081.Tobias Geerinckx-Rice2018-05-19
| | | | | | | | * gnu/packages/compression.scm (perl-compress-raw-zlib): Update to 2.081.
| * gnu: qjackrcd: Use INVOKE.Tobias Geerinckx-Rice2018-05-19
| | | | | | | | | | * gnu/packages/audio.scm (qjackrcd)[arguments]: Substitute INVOKE for SYSTEM*.
| * gnu: cava: Update to 0.6.1.Tobias Geerinckx-Rice2018-05-19
| | | | | | | | * gnu/packages/audio.scm (cava): Update to 0.6.1.
| * gnu: gsm: Update to 1.0.18.Tobias Geerinckx-Rice2018-05-19
| | | | | | | | * gnu/packages/audio.scm (gsm): Update to 1.0.18.
| * gnu: fluidsynth: Update to 1.1.11.Tobias Geerinckx-Rice2018-05-19
| | | | | | | | * gnu/packages/audio.scm (fluidsynth): Update to 1.1.11.
| * uuid: 'uuid' returns #f when 'string->uuid' returns #f.Ludovic Courtès2018-05-19
| | | | | | | | | | | | * gnu/system/uuid.scm (uuid): When STR is not a literal, return #f when 'string->uuid' returns #f. * tests/uuid.scm ("uuid, dynamic value"): New test.
| * file-systems: Do not export <file-system>.Ludovic Courtès2018-05-19
| | | | | | | | | | | | * gnu/system/file-systems.scm (<file-system>): Do not export. * gnu/system.scm (operating-system-root-file-system): Use an accessor instead of 'match'.
| * tests: Skip 'tests/guix-pack.sh' when networking is missing.Ludovic Courtès2018-05-19
| | | | | | | | | | | | | | | | The test could fail because "static-binaries.tar.xz" is missing, for instance. * tests/guix-pack.sh: Require a network connection to be on the safe side. This reverts part of 47a60325ca650e8fc1a291c8655b4297f4de8deb.
| * tests: Adjust to new "unbound variable" messages.Ludovic Courtès2018-05-19
| | | | | | | | | | | | This is a followup to 2d2f98efb36db3f003d950a004806234962b4f4d. * tests/guix-system.sh: Adjust regexps to match "error:".
| * system: Add u-boot-pine64-plus installer.Vagrant Cascadian2018-05-18
| | | | | | | | | | | | | | | | | | * gnu/bootloader/u-boot.scm (u-boot-pine64-plus-bootloader): New exported variable. * gnu/system/install.scm (pine64-plus-installation-os): New exported variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| * services: cgit: Make project-list permit a file-object.Christopher Baines2018-05-18
| | | | | | | | | | | | | | | | | | | | Instead of having the service manage the list, it's useful to be able to point this at an existing file, for example, when using cgit together with gitolite. * gnu/services/cgit.scm (project-list?): New procedure. (serialize-project-list): Handle file-object values. (<cgit-configuration>): Change the predicate for project-list to allow lists and file-objects.
| * services: cgit: Improve handling of extra-options.Christopher Baines2018-05-18
| | | | | | | | | | | | | | * gnu/services/cgit.scm (serialize-cgit-configuration): Add the extra options, one per line, before the scan-path, as this makes it possible to use the extra-options to affect the global behaviour for repositories. (serialize-extra-options): New procedure.
| * gnu: cgit: Fix included scripts.Christopher Baines2018-05-18
| | | | | | | | | | | | | | | | | | | | | | Fix the about-formatting.sh, syntax-highlighting.py and html-converters files. * gnu/packages/version-control.scm (cgit)[arguments]: Include about-formatting.sh and the html-converters in the patch-absolute-file-names phase and add a wrap-python-scripts phase to wrap syntax-highlighting.py and the md2html converter. [inputs]: Add groff, python, python-docutils, python-markdown and python-pygments.
| * gnu: acpica: Update to 20180508.Tobias Geerinckx-Rice2018-05-18
| | | | | | | | * gnu/packages/admin.scm (acpica): Update to 20180508.
| * gnu: cwm: Update to 6.3.Tobias Geerinckx-Rice2018-05-18
| | | | | | | | * gnu/packages/wm.scm (cwm): Update to 6.3.
| * gnu: r-httpuv: Update to 1.4.3.Tobias Geerinckx-Rice2018-05-18
| | | | | | | | * gnu/packages/web.scm (r-httpuv): Update to 1.4.3.