Age | Commit message (Collapse) | Author |
|
Follow-up to a33727db1bf0eaf4a0024da45610bd8e3e727a8e.
* gnu/packages/video.scm (libx264)[native-inputs]: Replace yasm by nasm.
|
|
* gnu/packages/video.scm (libx264): Update to 20180219-2245.
|
|
* gnu/packages/maths.scm (lpsolve): Update to 5.5.2.5.
|
|
* gnu/packages/version-control.scm (shflags): Update to 1.2.3.
[arguments]: Match new sources layout.
|
|
The TRIVIAL-BUILD-SYSTEM doesn't really save any effort and is actually
slightly longer.
* gnu/packages/version-control.scm (shflags)[build-system: Use
GNU-BUILD-SYSTEM.
[arguments]: Adjust accordingly and prefer INSTALL-FILE over COPY-FILE.
|
|
* gnu/packages/patches/htop-fix-process-tree.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (htop)[source]: Use it.
|
|
* gnu/packages/maths.scm (lpsolve)[arguments]: Use INVOKE and
INSTALL-FILE, and end phases with #t.
|
|
* gnu/packages/linux.scm (iptables)[synopsis, description]: Improve.
|
|
* gnu/packages/linux.scm (iptables): Update to 1.6.2.
|
|
* gnu/packages/lout.scm (lout)[arguments]: Write phases in-line, use
MODIFY-PHASES syntax, INVOKE, and WITH-DIRECTORY-EXCURSION, and end
phases with #t. Re-indent the result.
|
|
* gnu/packages/cook.scm (cook)[arguments]: Use MODIFY-PHASES syntax and
end phase with #t.
|
|
* gnu/packages/slang.scm (slang): Update to 2.3.1a.
|
|
* gnu/packages/version-control.scm (shflags)[source]: Use a meaningful
FILE-NAME.
|
|
* gnu/packages/mail.scm (getmail): Update to 5.5.
|
|
* gnu/packages/ldc.scm (ldc): Add comment.
|
|
* gnu/packages/ldc.scm (dub): Use invoke.
|
|
* gnu/packages/ldc.scm (rdmd): Use invoke.
|
|
* gnu/services/xorg.scm (slim-shepherd-service): Use SESSREG to register X11
session.
* doc/guix.texi (slim-configuration): Document new field "sessreg".
|
|
Fixes recent bootstrap and updates ldc and package manager to match.
* gnu/packages/ldc.scm (ldc-bootstrap): Update to 0.17.4.
[properties]: Add max-slient-time.
[arguments]<#:phases>[patch-phobos]: Update patches (see below).
(ldc): Update to 1.7.0.
(ldc-beta): Delete variable.
[arguments]<#:phases>[patch-phobos]: Update patches (see below).
[arguments]<#:phases>[check]: Use invoke.
(rdmd): Update to 2.077.1.
(dub): Update to 1.7.2.
* gnu/local.mk (dist_patch_DATA): Remove "ldc-disable-tests.patch".
Add "ldc-bootstrap-disable-tests.patch".
Remove "ldc-1.1.0-disable-phobos-tests.patch".
Add "ldc-1.7.0-disable-phobos-tests.patch".
Remove "ldc-1.1.0-disable-dmd-tests.patch".
Co-Authored-By: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/web.scm (nginx): Update to 1.13.9.
|
|
* gnu/packages/bootloaders.scm (qemu-minimal-2.10): New variable.
(grub)[native-inputs]: Replace QEMU-MINIMAL with QEMU-MINIMAL-2.10.
|
|
* gnu/packages/patches/qemu-CVE-2017-15038.patch,
gnu/packages/patches/qemu-CVE-2017-15289.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/virtualization.scm (qemu): Update to 2.11.1
[source](patches): Remove.
|
|
* gnu/packages/patches/freetype-CVE-2018-6942.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/fontutils.scm (freetype)[replacement]: New field.
(freetype/fixed): New variable.
|
|
* gnu/packages/python-crypto.scm (python-pyopenssl): Update to 17.5.0.
|
|
* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 2.1.4.
|
|
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-35.
|
|
* gnu/packages/calendar.scm (libical, khal, remind, libhdate): Use license: prefix.
|
|
* gnu/packages/rrdtool.scm (rrdtool)[native-inputs]: Replace TZDATA with
TZDATA-FOR-TESTS.
|
|
* gnu/packages/elf.scm (patchelf)[home-page]: Use HTTPS.
* gnu/packages/package-management.scm (nix)[home-page]: Likewise.
|
|
* gnu/packages/fonts.scm (font-hack): Update to 3.002.
|
|
* gnu/packages/mp3.scm (chromaprint): Update to 1.4.3.
[source]: Update URI.
|
|
* gnu/packages/networking.scm (socat): Update to 1.7.3.2.
|
|
* gnu/packages/music.scm (setbfree): Update to 0.8.5.
|
|
* gnu/packages/lighting.scm (ola): Update to 0.10.6.
|
|
* gnu/packages/pciutils.scm (pciutils)[home-page]: Use HTTPS.
|
|
* gnu/packages/mail.scm (neomutt): Update to 20171215.
[inputs]: Move "docbook-xsl" to [native-inputs].
[native-inputs]: Remove "autoconf". Add "tcl", "docbook-xml", "w3m".
[argumnets]: Switch to autosetup based build. Add new phases "fix-sasl-test",
"fix-docbook". Remove phase "autoconf".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add
"s390x-linux".
* gnu/packages/linux.scm (system->linux-architecture): Add "s390"
prefix.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/tests/base.scm (run-basic-test): Remove outdated comment.
|
|
* gnu/tests.scm (<marionette-configuration>)[device]: Default to
"/dev/virtio-ports/org.gnu.guix.port.0".
* gnu/tests.scm (marionette-shepherd-service): Remove (guix build
syscalls) from 'modules'. Remove 'tcsetattr' call from 'start'.
* gnu/build/marionette.scm (make-marionette): Use "-virtserialport"
instead of "-virtconsole".
|
|
Fixes <https://bugs.gnu.org/30505>.
* gnu/services/base.scm (unicode-start): Remove 'display' call to FD for
"\x1b%G" console code.
|
|
|
|
* gnu/packages/kde-frameworks.scm (qqc2-desktop-style)<inputs>:
Add qtquickcontrols2.
|
|
* gnu/packages/image-viewers.scm (mcomix)[arguments]: Disable tests.
Fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30523>.
|
|
* gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.9.
|
|
* gnu/packages/disk.scm (ddrescue): Update to 1.23.
|
|
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.14.
|
|
* gnu/packages/xorg.scm (xpra): Disable abstract X11 sockets.
|
|
* gnu/packages/lisp.scm (clisp)[arguments]: Remove 'bindings/glibc' module.
|
|
* gnu/packages/bioinformatics.scm (r-delayedmatrixstats): Update to 1.0.3.
|
|
* gnu/packages/bioinformatics.scm (r-scater): Update to 1.6.3.
|