- Aug 03, 2016
-
-
Ludovic Courtès authored
* doc/guix.texi (Application Setup): Use @xref, not @pxref, when starting a sentence. (Scheduled Job Execution): Remove extra indent in example; fix typos.
-
Ludovic Courtès authored
* doc/htmlxref.cnf: Add entries for 'find' and 'mcron'.
-
Ludovic Courtès authored
* gnu/packages/linux.scm (mdadm)[arguments]: Add 'remove-W-error' phase.
-
Ludovic Courtès authored
* gnu/packages/package-management.scm (guix-devel): Update to 4420940f. (guix): Set to GUIX-DEVEL.
-
- Aug 02, 2016
-
-
Ludovic Courtès authored
* gnu/packages/package-management.scm (guix-0.10.0): Rename to... (guix-0.11.0): ... this. Adjust users. (guix): Set to GUIX-0.11.0.
-
Ludovic Courtès authored
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.
-
Ludovic Courtès authored
This is a followup to aa1e73a9. * guix/scripts/system.scm (with-shepherd-error-handling): Return two values when an exception is caught.
-
Ludovic Courtès authored
The patch was added to gnu/local.mk in d46123aa and inadvertently removed in a subsequent merge. * gnu/local.mk (dist_patch_DATA): Add procps-non-linux.patch.
-
Ludovic Courtès authored
Fixes regression introduced in 8bf92e39. 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.
-
Ludovic Courtès authored
* doc/guix.texi (Services): Distinguish "service" and "Shepherd service". Add xref to "Shepherd Services".
-
Ludovic Courtès authored
* doc/guix.texi (Locales): Add missing 'of'.
-
Leo Famulari authored
* gnu/packages/python.scm (python-atomicwrites, python2-atomicwrites): Update to 1.1.0.
-
Francesco Frassinelli authored
* gnu/packages/telephony.scm (seren): New variable. Signed-off-by:
Alex Kost <alezost@gmail.com>
-
Pjotr Prins authored
* 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>
-
Leo Famulari authored
* gnu/packages/tls.scm (libressl): Update to 2.4.2.
-
Ludovic Courtès authored
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.
-
Ludovic Courtès authored
* tests/publish.scm (with-separate-output-ports): New macro. <top level>: Use it when spawning new thread. ("/*.narinfo with compression"): Likewise.
-
Ludovic Courtès authored
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.
-
Alex Sassmannshausen authored
* gnu/packages/perl.scm (perl-log-any-adapter-log4perl): New variable.
-
Alex Sassmannshausen authored
* gnu/packages/perl.scm (perl-log-log4perl): New variable.
-
Alex Sassmannshausen authored
* gnu/packages/perl.scm (perl-log-any): New variable.
-
Ricardo Wurmus authored
* gnu/packages/emacs.scm (emacs-visual-fill-column): New variable.
-
Christopher W. Carpenter authored
* gnu/packages/lisp.scm (ccl): Update to 1.11. Signed-off-by:
宋文武 <iyzsong@gmail.com>
-
Ricardo Wurmus authored
* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.18.6.
-
Ricardo Wurmus authored
* gnu/packages/bioinformatics.scm (r-genomationdata): Update to 1.4.2.
-
Ludovic Courtès authored
Fixes a regression introduced in d26e2b9f. * gnu/packages/kde-frameworks.scm (kwindowsystem, oxygen-icons): Set to "5.21.0".
-
Ludovic Courtès authored
Fixes a regression introduced in d26e2b9f. * gnu/packages/kde-frameworks.scm (extra-cmake-modules)[version]: Set to "5.21.0".
-
Vincent Legoll authored
* 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>
-
Ludovic Courtès authored
* gnu/system/mapped-devices.scm (open-raid-device): Bail out after 20 loop iterations.
-
Ludovic Courtès authored
* gnu/system/mapped-devices.scm (open-raid-device): Rename 'source' to 'sources'. Make 'waiting' message more informative. (close-raid-device): Rename 'source' to 'sources'.
-
Ludovic Courtès authored
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.
-
David Craven authored
* 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.
-
David Craven authored
* guix/scripts/lint.scm (check-inputs-should-be-native): Warn when extra-cmake-modules or qttools isn't a native-input.
-
David Craven authored
* 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.
-
David Craven authored
* guix/download.scm (%mirrors)[kde]: Add kde mirrors.
-
David Craven authored
* gnu/packages/gnome.scm (network-manager)[propagated-inputs]: Add glib.
-
Andreas Enge authored
* gnu/packages/games.scm (powwow)[source]: Use HTTPS URL.
-
Leo Famulari authored
* gnu/packages/dav.scm (vdirsyncer): Update to 0.11.3.
-
nee authored
* gnu/packages/games.scm (supertux): New variable. Signed-off-by:
Leo Famulari <leo@famulari.name>
-