| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/libidn.scm (libidn): Update to 1.34.
|
|
|
|
|
|
|
|
| |
* gnu/packages/commencement.scm (grep-final): Move reference to
PERL-BOOT0 outside of 'package-with-explicit-inputs'. Previously we
would actually depend on a variant of 'perl-boot0' built with
%BOOT5-INPUTS, which defeated the intent to not add an extra Perl build
in the DAG.
|
|
|
|
|
|
| |
* gnu/packages/base.scm (sed): Update to 4.5.
[arguments]: Remove 'patch-test-suite' phase.
[native-inputs]: New field.
|
|
|
|
|
|
| |
* guix/gexp.scm (compiled-modules)[build]: Add 'processed' parameter to
'process-entry' and 'process-directory'. Print a message before each
'compile-file' call.
|
|
|
|
| |
* guix/gexp.scm (compiled-modules)[build]: Factorize 'process-entry'.
|
|
|
|
|
|
| |
* gnu/packages/patches/glibc-reinstate-prlimit64-fallback.patch: New file.
* gnu/packages/base.scm (glibc/linux)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/gtk.scm (python-pycairo): Update to 1.16.3.
[source]: Remove patch.
[build-system]: Switch to python-build-system.
[native-inputs]: Remove python-waf.
[home-page]: Use HTTPS URI.
* gnu/packages/patches/pycairo-wscript.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-six): Replace system* with invoke.
(python-six-bootstrap, python2-six-bootstrap, python2-funcsigs-bootstrap): New
variables.
(python-more-itertools)[propagated-inputs]: Replace python-six with
python-six-bootstrap.
* gnu/packages/check.scm (python-pytest): Update to 3.5.0.
[propagated-inputs]: Add python-attrs-bootstrap,
python-more-itertools-bootstrap, python-pluggy and python-six-bootstrap.
[properties]: Add python2-variant.
(python2-pytest)[propagated-inputs]: Add python2-funcsigs.
(python-pytest-bootstrap)[properties]: Add python2-variant.
(python2-pytest-bootstrap)[propagated-inputs]: Add python2-funcsigs-bootstrap.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-py): Update to 1.5.3.
[home-page]: Update URI.
|
|
|
|
|
|
|
|
| |
* gnu/packages/check.scm (python-hypothesis): Update to 3.52.0.
[propagated-inputs]: Add python-attrs and python-coverage.
[home-page]: Update URI.
* gnu/packages/python.scm (python-attrs-bootstrap, python2-attrs-bootstrap):
New variables.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-more-itertools, python2-more-itertools): New
variables.
|
|
|
|
| |
* gnu/packages/python.scm (python-pluggy): Update to 0.6.0.
|
|
|
|
| |
* gnu/packages/python.scm (python-pyasn1): Update to 0.4.2.
|
|
|
|
| |
* gnu/packages/python.scm (python-attrs): Update to 17.4.0.
|
|
|
|
| |
* gnu/packages/base.scm (tzdata): Update to 2018d.
|
|
|
|
|
|
|
|
|
|
| |
This was suggested on several occasions, notably
<https://bugs.gnu.org/24544>.
* gnu/packages/ld-wrapper.in (%allow-impurities?): Default to #t and
parse the value of 'GUIX_LD_WRAPPER_ALLOW_IMPURITIES'.
* guix/build/gnu-build-system.scm (set-paths): Set
'GUIX_LD_WRAPPER_ALLOW_IMPURITIES'.
|
|
|
|
|
| |
* gnu/packages/ld-wrapper.in (rpath-arguments): Clarify message instead
of saying "impure library".
|
|
|
|
| |
* gnu/packages/ld-wrapper.in (ld-wrapper): Add call to 'force-output'.
|
|
|
|
| |
* guix/build/gremlin.scm: Really export 'elf-dynamic-info-soname'.
|
|
|
|
|
| |
* gnu/packages/backup.scm (libarchive)[arguments]: Add
'add--L-in-libarchive-pc' phase.
|
|\ |
|
| |
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 1.4.3;
[propagated-inputs]: Remove r-gridextra.
|
| |
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (kaiju): Update to 1.6.2;
[inputs]: Add zlib.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/disk.scm (duperemove): New variable.
Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
|
| |
| |
| |
| |
| |
| | |
Suggested by Pjotr Prins <pjotr.public12@thebird.nl>.
* gnu/packages/python.scm (python-debug): New variable.
|
| |
| |
| |
| | |
* gnu/packages/nano.scm (nano): Update to 2.9.5.
|
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-idr): New variable.
|
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-amap): New variable.
|
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-venndiagram): New variable.
|
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-pastecs): New variable.
|
| |
| |
| |
| |
| | |
* gnu/packages/libusb.scm (libusb4java)[arguments]: Add phase to remove
"-Werror" flag.
|
| |
| |
| |
| |
| | |
* gnu/packages/patches/libusb-for-axoloti.patch: Update context for libusb
1.0.22.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/services.scm (boot-service-type) <compose>: Use the "identity"
procedure instead of the "append" procedure because it more accurately
reflects the intent, which is to simply return the single list of
extensions to which fold-services applies the "compose" procedure.
(activation-service-type) <compose>: Likewise.
|
| |
| |
| |
| |
| | |
* doc/guix.texi (Service Reference): Correct and clarify some statements
regarding the "compose" and "extend" procedures of <service-type>.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* etc/guix-install.sh (ROOT_HOME): New variable.
(sys_create_store, sys_enable_guix_daemon, sys_authorize_build_farms):
Use ROOT_HOME instead of ~root or the HOME environment variable.
* doc/guix.texi (Binary Installation): Instead of assuming that ~ and
$HOME refer to root's directory simply because commands are being run
as root, explicilty refer to it via ~root.
Fixes: <https://bugs.gnu.org/30728>
|
| |
| |
| |
| | |
* gnu/packages/node.scm (node): Update to 9.10.0.
|
| |
| |
| |
| | |
* gnu/packages/web.scm (http-parser): Update to 2.8.0.
|
| |
| |
| |
| | |
* gnu/packages/xorg.scm (xf86-video-ati): Update to 18.0.1.
|
| |
| |
| |
| | |
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.27.0.
|
| |
| |
| |
| |
| |
| | |
Fixes CVE-2016-1549 and CVE-2018-{7170,7182,7183,7184,7185}.
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p11.
|
| |
| |
| |
| |
| | |
* gnu/packages/tls.scm (openssl)[replacement]: New field.
(openssl-1.0.2o): New variable.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/cran.scm (r-parsedate): New variable.
Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/mail.scm (mu)[phases]: Add 'fix-date-tests.
Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/maths.scm (tcalc): New variables.
Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
|
| |
| |
| |
| |
| | |
* Makefile.am (MODULES): Move guix/ci.scm and guix/scripts/weather.scm
to the HAVE_GUILE_JSON-guarded block.
|
| |
| |
| |
| |
| |
| |
| | |
* guix/scripts/weather.scm (histogram, throughput, queued-subset): New
procedures.
(report-server-coverage): Report CI information.
* doc/guix.texi (Invoking guix weather): Document it.
|
| |
| |
| |
| |
| | |
* guix/ci.scm: New file.
* Makefile.am (MODULES): Add it.
|
| |
| |
| |
| |
| | |
* gnu/packages/fonts.scm (culmus): Rename to...
(font-culmus): ...this. Re-indent.
|
| |
| |
| |
| |
| | |
* gnu/packages/fonts.scm (culmus): Switch to font-build-system.
[arguments]: Replace system* with invoke.
|
| |
| |
| |
| |
| | |
* gnu/packages/fonts.scm (font-linuxlibertine): Switch to font-build-system.
[arguments]: Replace system* with invoke.
|