Age | Commit message (Collapse) | Author |
|
This reverts commit 12b63ab505f781e49b6e7dda2d9eca0aaf24eaf1.
|
|
This reverts commit 66edac525b7bb8ba29362c887450ff38c54da08d.
|
|
* gnu/packages/statistics.scm (python-statsmodels): Add patch to fix tests.
(python2-statsmodels)[propagated-inputs]: Add python2-pytz.
* gnu/packages/patches/python-statsmodels-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/gtk.scm (gtk-doc)[arguments]: Disable parallel tests.
|
|
* gnu/packages/gtk.scm (gtk-doc): Update to 1.25.
|
|
This is a followup to 124df723a0150e968910e34d5e94023b18901d0c.
Problem reported by Andreas Enge <andreas@enge.fr>.
* gnu/packages/python.scm (python2-bz2file)[arguments]: Use python-2.
|
|
* gnu/packages/qt.scm (qt): Update to 5.6.1-1.
Co-authored-by: David Craven <david@craven.ch>
|
|
* gnu/packages/qt.scm (qt): Use modify-phases syntax.
|
|
* gnu/packages/qt.scm (qtbase)[arguments]: In the configure phase, modify
.cmake and .cmake.in files so that find_package honors CMAKE_PREFIX_PATH.
|
|
* gnu/packages/education.scm (gcompris): New variable.
|
|
|
|
* gnu/packages/bioinformatics.scm (discrover): New variable.
|
|
* gnu/packages/algebra.scm, gnu/packages/boost.scm,
gnu/packages/maths.scm, gnu/packages/tex.scm, gnu/packages/vim.scm:
Change broken references to module (gnu packages tcsh) to (gnu packages
shells).
|
|
* doc/guix.texi (Application Setup): Use @xref, not @pxref, when
starting a sentence.
(Scheduled Job Execution): Remove extra indent in example; fix typos.
|
|
* doc/htmlxref.cnf: Add entries for 'find' and 'mcron'.
|
|
* gnu/packages/bioinformatics.scm (fxtract)[supported-systems]: Restrict to
x86_64-linux.
|
|
* gnu/packages/python.scm (python-bz2file)[arguments]: Disable
tests.
(python2-bz2file)[arguments]: New field.
|
|
* gnu/packages/linux.scm (mdadm)[arguments]: Add 'remove-W-error'
phase.
|
|
* gnu/packages/package-management.scm (guix-devel): Update to 4420940.
(guix): Set to GUIX-DEVEL.
|
|
* gnu/packages/zsh.scm (zsh): Move from here ...
* gnu/packages/shells.scm (zsh): ... to here.
* gnu/packages/zsh.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove zsh.scm.
|
|
* gnu/packages/tcsh.scm (tcsh): Move from here ...
* gnu/packages/shells.scm (tcsh): ... to here.
* gnu/packages/tcsh.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove tcsh.scm.
|
|
* gnu/packages/rc.scm (rc): Move from here ...
* gnu/packages/shells.scm (rc): ... to here.
* gnu/packages/rc.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove rc.scm.
|
|
* gnu/packages/fish.scm (fish): Move from here ...
* gnu/packages/shells.scm (fish): ... to here.
* gnu/packages/fish.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove fish.scm.
|
|
* gnu/packages/shells.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
|
|
* 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.
|
|
|
|
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.
|
|
This is a followup to aa1e73a996ad170fecac848f203528aeb3d2173e.
* guix/scripts/system.scm (with-shepherd-error-handling): Return two
values when an exception is caught.
|
|
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.
|
|
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/guix.texi (Services): Distinguish "service" and "Shepherd
service". Add xref to "Shepherd Services".
|
|
* doc/guix.texi (Locales): Add missing 'of'.
|
|
* gnu/packages/python.scm (python-atomicwrites, python2-atomicwrites):
Update to 1.1.0.
|
|
* gnu/packages/telephony.scm (seren): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
* 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/packages/tls.scm (libressl): Update to 2.4.2.
|
|
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/publish.scm (with-separate-output-ports): New macro.
<top level>: Use it when spawning new thread.
("/*.narinfo with compression"): Likewise.
|
|
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/packages/perl.scm (perl-log-any-adapter-log4perl): New variable.
|
|
* gnu/packages/perl.scm (perl-log-log4perl): New variable.
|
|
* gnu/packages/perl.scm (perl-log-any): New variable.
|
|
* gnu/packages/emacs.scm (emacs-visual-fill-column): New variable.
|
|
* gnu/packages/lisp.scm (ccl): Update to 1.11.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
|
|
* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.18.6.
|
|
* gnu/packages/bioinformatics.scm (r-genomationdata): Update to 1.4.2.
|
|
Fixes a regression introduced in
d26e2b9f306a1170d46f7c860c81840d9d600161.
* gnu/packages/kde-frameworks.scm (kwindowsystem, oxygen-icons): Set to
"5.21.0".
|
|
Fixes a regression introduced in
d26e2b9f306a1170d46f7c860c81840d9d600161.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[version]: Set to
"5.21.0".
|
|
* 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>
|
|
* gnu/system/mapped-devices.scm (open-raid-device): Bail out after 20
loop iterations.
|