summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update NEWS.v0.11.0Ludovic Courtès2016-08-03
|
* mapped-devices: raid-device-mapping: Avoid non-top-level 'use-modules'.Ludovic Courtès2016-08-03
| | | | | | | | Fixes <http://bugs.gnu.org/24135>. Reported by myglc2 <myglc2@gmail.com>. * gnu/system/mapped-devices.scm (open-raid-device): Avoid non-top-level 'use-modules' form.
* guix system: Fix the Shepherd error handling fix.Ludovic Courtès2016-08-02
| | | | | | | This is a followup to aa1e73a996ad170fecac848f203528aeb3d2173e. * guix/scripts/system.scm (with-shepherd-error-handling): Return two values when an exception is caught.
* build: Add missing procps patch to the distribution.Ludovic Courtès2016-08-02
| | | | | | | | The patch was added to gnu/local.mk in d46123aade7bc5226004eb46ee1084dc84f2b30a and inadvertently removed in a subsequent merge. * gnu/local.mk (dist_patch_DATA): Add procps-non-linux.patch.
* guix system: Properly report Shepherd errors when upgrading services.Ludovic Courtès2016-08-02
| | | | | | | | Fixes regression introduced in 8bf92e3904cb656d4c2160fc8befebaf21a65492. Reported by myglc2 <myglc2@gmail.com> in <http://bugs.gnu.org/24135>. * guix/scripts/system.scm (with-shepherd-error-handling): Rename 'body' to 'mbody'. Expand to a monadic procedure that runs MBODY.
* doc: Clarify distinction between "service" and "Shepherd service".Ludovic Courtès2016-08-02
| | | | | * doc/guix.texi (Services): Distinguish "service" and "Shepherd service". Add xref to "Shepherd Services".
* doc: Fix typo.Ludovic Courtès2016-08-02
| | | | * doc/guix.texi (Locales): Add missing 'of'.
* gnu: python-atomicwrites: Update to 1.1.0.Leo Famulari2016-08-02
| | | | | * gnu/packages/python.scm (python-atomicwrites, python2-atomicwrites): Update to 1.1.0.
* gnu: Add Seren.Francesco Frassinelli2016-08-02
| | | | | | * gnu/packages/telephony.scm (seren): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add Elixir.Pjotr Prins2016-08-02
| | | | | | | | | * gnu/packages/elixir.scm: New file. * gnu/packages/patches/elixir-disable-failing-tests.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add module. (dist_patch_DATA): Add patch. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: libressl: Update to 2.4.2.Leo Famulari2016-08-02
| | | | * gnu/packages/tls.scm (libressl): Update to 2.4.2.
* system: Define 'GUIX_LOCPATH' to work around 'glibc' package defect.Ludovic Courtès2016-08-02
| | | | | | | | | | | Our 'glibc' package currently ignores /run/current-system/locale, although the intent is to look for locales in that directory. * gnu/packages/base.scm (glibc/linux): Add comment about /run/current-system/locale being ignored. * gnu/system.scm (operating-system-environment-variables): Add 'GUIX_LOCPATH'. * gnu/tests/base.scm (run-basic-test): Add "locale" test.
* tests: Make sure threads use separate output ports.Ludovic Courtès2016-08-02
| | | | | | * tests/publish.scm (with-separate-output-ports): New macro. <top level>: Use it when spawning new thread. ("/*.narinfo with compression"): Likewise.
* tests: Work around Guile bug with unbuffered custom binary input ports.Ludovic Courtès2016-08-02
| | | | | | | | Reported by Chris Marusich <cmmarusich@gmail.com> at <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24060#19> * tests/publish.scm (http-get-port): Remove 'setvbuf' call for the response port.
* gnu: Add perl-log-any-adapter-log4perl.Alex Sassmannshausen2016-08-02
| | | | * gnu/packages/perl.scm (perl-log-any-adapter-log4perl): New variable.
* gnu: Add perl-log-log4perl.Alex Sassmannshausen2016-08-02
| | | | * gnu/packages/perl.scm (perl-log-log4perl): New variable.
* gnu: Add perl-log-any.Alex Sassmannshausen2016-08-02
| | | | * gnu/packages/perl.scm (perl-log-any): New variable.
* gnu: Add emacs-visual-fill-column.Ricardo Wurmus2016-08-02
| | | | * gnu/packages/emacs.scm (emacs-visual-fill-column): New variable.
* gnu: ccl: Update to 1.11.Christopher W. Carpenter2016-08-02
| | | | | | * gnu/packages/lisp.scm (ccl): Update to 1.11. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: r-variantannotation: Update to 1.18.6.Ricardo Wurmus2016-08-02
| | | | * gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.18.6.
* gnu: r-genomationdata: Update to 1.4.2.Ricardo Wurmus2016-08-02
| | | | * gnu/packages/bioinformatics.scm (r-genomationdata): Update to 1.4.2.
* gnu: kde-frameworks: Fix version numbers.Ludovic Courtès2016-08-02
| | | | | | | | Fixes a regression introduced in d26e2b9f306a1170d46f7c860c81840d9d600161. * gnu/packages/kde-frameworks.scm (kwindowsystem, oxygen-icons): Set to "5.21.0".
* gnu: extra-cmake-modules: Add proper 'version'.Ludovic Courtès2016-08-02
| | | | | | | | Fixes a regression introduced in d26e2b9f306a1170d46f7c860c81840d9d600161. * gnu/packages/kde-frameworks.scm (extra-cmake-modules)[version]: Set to "5.21.0".
* doc: Add "Installing GuixSD in a VM" node.Vincent Legoll2016-08-02
| | | | | | | | * doc/guix.texi (Installing GuixSD in a VM): New node. (USB Stick Installation): Refer to it. (System Installation): Mention "GuixSD". Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* mapped-devices: Bail out when RAID sources don't show up.Ludovic Courtès2016-08-02
| | | | | * gnu/system/mapped-devices.scm (open-raid-device): Bail out after 20 loop iterations.
* mapped-devices: Make RAID device opening message clearer.Ludovic Courtès2016-08-02
| | | | | | * gnu/system/mapped-devices.scm (open-raid-device): Rename 'source' to 'sources'. Make 'waiting' message more informative. (close-raid-device): Rename 'source' to 'sources'.
* mapped-devices: Do not always use (gnu build file-systems).Ludovic Courtès2016-08-02
| | | | | | | | | Fixes <http://bugs.gnu.org/24129>. Reported by myglc2 <myglc2@gmail.com>. * gnu/system/mapped-devices.scm (device-mapping-service-type): Remove 'modules' field from 'shepherd-service' form. (open-luks-device): Add 'use-modules' form.
* gnu: kde-frameworks: Remove kde-frameworks-version.David Craven2016-08-02
| | | | | | * gnu/packages/kde-frameworks (kde-frameworks-version): Delete variable. (kwindowsystem)[version]: Replace kde-frameworks-version with version string. (oxygen-icons)[version]: Replace kde-frameworks-version with version string.
* lint: 'inputs-should-be-native' checks for extra-cmake-modules and qttools.David Craven2016-08-02
| | | | | * guix/scripts/lint.scm (check-inputs-should-be-native): Warn when extra-cmake-modules or qttools isn't a native-input.
* gnu-maintenance: Add KDE updater.David Craven2016-08-02
| | | | | | | | * guix/gnu-maintenance.scm (kde-package?, latest-kde-release): New private functions. (%kde-updater): New public variable. * guix/scripts/refresh.scm (list-updaters): Add %kde-updater. * doc/guix.texi (Invoking guix refresh): Mention the new updater.
* download: Add KDE mirrors.David Craven2016-08-02
| | | | * guix/download.scm (%mirrors)[kde]: Add kde mirrors.
* gnu: network-manager: Propagate GLIB.David Craven2016-08-02
| | | | * gnu/packages/gnome.scm (network-manager)[propagated-inputs]: Add glib.
* gnu: powwow: Use HTTPS download.Andreas Enge2016-08-02
| | | | * gnu/packages/games.scm (powwow)[source]: Use HTTPS URL.
* gnu: vdirsyncer: Update to 0.11.3.Leo Famulari2016-08-01
| | | | * gnu/packages/dav.scm (vdirsyncer): Update to 0.11.3.
* gnu: Add supertux.nee2016-08-01
| | | | | | * gnu/packages/games.scm (supertux): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: htop: Update to 2.0.2.Leo Famulari2016-08-01
| | | | * gnu/packages/admin.scm (htop): Update to 2.0.2.
* Merge branch 'core-updates'Ludovic Courtès2016-08-01
|
* gnu: openssh: Update to 7.3p1.Mark H Weaver2016-08-01
| | | | | | | | | | * gnu/packages/ssh.scm (openssh): Update to 7.3p1. [source]: Remove patches. * gnu/packages/patches/openssh-CVE-2015-8325.patch, gnu/packages/patches/openssh-CVE-2016-6210-1.patch, gnu/packages/patches/openssh-CVE-2016-6210-2.patch, gnu/packages/patches/openssh-CVE-2016-6210-3.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: red-eclipse: Replace string with version number variable.Kei Kebreau2016-08-01
| | | | * gnu/packages/games.scm (red-eclipse)[phases]: Replace it.
* publish: Do not compress already-compressed files.Ludovic Courtès2016-08-01
| | | | | | | * guix/scripts/publish.scm (narinfo-string): Force %NO-COMPRESSION when STORE-PATH matches 'compressed-file?'. * guix/utils.scm (compressed-file?): New procedure. * tests/publish.scm ("/*.narinfo for a compressed file"): New test.
* gnu: red-eclipse: Add example server configuration file to configKei Kebreau2016-08-01
| | | | | | | directory. * gnu/packages/games.scm (red-eclipse)[phases]: Add server configuration file.
* gnu: red-eclipse: Update to 1.5.5.Kei Kebreau2016-08-01
| | | | | | * gnu/packages/games.scm (red-eclipse): Update to 1.5.5. [arguments]: Adjust phases. [inputs]: Use sdl2.
* gnu: dmidecode: Update to 3.0.Kei Kebreau2016-08-01
| | | | | * gnu/packages/admin.scm (dmidecode): Update to 3.0. [arguments]: Use ’modify-phases’ instead of ‘alist-delete’.
* gnu: Add trio.Ricardo Wurmus2016-08-01
| | | | * gnu/packages/code.scm (trio): New variable.
* gnu: ruby-ffi: Update to 1.9.14.Ben Woodcroft2016-08-01
| | | | * gnu/packages/ruby.scm (ruby-ffi): Update to 1.9.14.
* gnu: ruby-nokogiri: Update to 1.6.8.Ben J Woodcroft2016-08-01
| | | | | | | * gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.6.8. [arguments]: Remove 'update-dependency' phase. Add 'patch-extconf' phase. [native-inputs]: Remove ruby-rake-compiler. [propagated-inputs]: Add ruby-pkg-config.
* gnu: Add ruby-pkg-config.Ben J Woodcroft2016-08-01
| | | | * gnu/packages/ruby.scm (ruby-pkg-config): New variable.
* gnu: openssh: Add dependency on xauth.Ludovic Courtès2016-08-01
| | | | | | | Partly fixes <http://bugs.gnu.org/23317>. Reported by Danny Milosavljevic <dannym@scratchpost.org>. * gnu/packages/ssh.scm (openssh)[inputs]: Add XAUTH.
* gnu: linux-libre@4.1: Update to 4.1.29.Mark H Weaver2016-07-31
| | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.29.
* gnu: Add libgnomekbd.ng02016-08-01
| | | | | | * gnu/packages/gnome.scm (libgnomekbd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>