Age | Commit message (Collapse) | Author |
|
* gnu/packages/mono.scm (mono)[arguments]<#:phases>[fix-includes]: New phase.
|
|
* gnu/packages/music.scm (ams-lv2)[arguments]: Use '(unless' instead of
'(when (not'. Return with #t as last value from phase 'remove-sse-flags'.
|
|
Python 3.7 introduced PEP 479. That raised an error in an old waf-script
included in the package. An updated waf-script was found in a
newer commit that fixes the problem.
* gnu/packages/music.scm (ams-lv2)[sources]: Update, using two more commits
than version 1.2.1.
|
|
* gnu/packages/patches/aegisub-boost68.patch: New file
* gnu/local.mk: Add it.
* gnu/packages/video.scm (aegisub)[source]: Use patch.
|
|
* gnu/packages/patches/randomjungle-disable-static-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/machine-learning.scm (randomjungle)[source](patches): Add it.
[arguments]: Add "--disable-static" to #:configure-flags.
|
|
* gnu/packages/python.scm (python-gevent)[arguments]: Add (ice-9 match)
to #:modules. In 'do-not-use-bundled-sources' phase, use 'scandir' to
avoid hard-coded include directory name.
[properties]: New field.
(python2-gevent): Add 'native-inputs' and 'arguments' fields.
|
|
* gnu/packages/libreoffice.scm (libreoffice)[source](patches): Add two patches
from Arch Linux.
[arguments]: Add substitutions so the libraries are found.
|
|
* gnu/packages/libreoffice.scm (libetonyek)[arguments]: Add phase to
substitute mdds version. Adjust #:configure-flags accordingly.
|
|
* gnu/packages/libreoffice.scm (orcus): Update to 0.14.1.
|
|
* gnu/packages/libreoffice.scm (ixion): Update to 0.14.1.
|
|
* gnu/packages/boost.scm (mdds): Update to 1.4.3.
|
|
Also remove other native-inputs since they appear unnecessary.
* gnu/packages/python.scm (python2-numpy-1.8)[native-inputs]: New field.
|
|
* gnu/packages/package-management.scm (diffoscope): Update to 106.
|
|
* gnu/packages/package-management.scm (diffoscope)[arguments]: Remove
failing Berkeley DB test.
|
|
|
|
* gnu/packages/python.scm (python-pika): Update to 0.12.0.
|
|
* gnu/packages/bioinformatics.scm (bless)[inputs]: Add ZLIB:STATIC.
[arguments]: Adjust #:make-flags accordingly.
|
|
This is a followup to commit 564cf93f2aca60171b4b97559ffc6c952e73e8ed.
* gnu/packages/ocaml.scm (ocaml-piqilib)[home-page]: Remove duplicate field.
|
|
* gnu/packages/gnome.scm (rhythmbox)[source]: Update hash of the applied
patch.
|
|
* gnu/packages/android.scm (adb)[arguments]: Add phase 'glibc-compat'.
|
|
* gnu/packages/python.scm (python-fasteners)[properties]: New field.
(python2-fasteners)[propagated-inputs]: Add PYTHON2-FUTURES.
|
|
* gnu/packages/python.scm (python2-futures): Update to 3.2.0.
|
|
* gnu/packages/python.scm (python2-futures)[arguments]: Set #:test? #f.
|
|
* gnu/packages/lisp.scm (sbcl): Update to 1.4.13.
[native-inputs]: Use minimal texlive-union instead of full texlive.
[native-inputs]: Use CCL instead of buggy CLISP.
[arguments]: Replace all (zero? (system* ...)) by invoke.
|
|
* gnu/packages/lisp.scm (gcl)[native-inputs]: Remove texlive.
|
|
* gnu/packages/python-web.scm (python-pycurl)[arguments]: Add phase
'configure-tls-backend'.
|
|
* gnu/packages/finance.scm (ledger)[arguments]: Add phase 'boost-compat.
|
|
* gnu/packages/bioinformatics.scm (mosaik)[inputs]: Add ZLIB:STATIC.
|
|
* gnu/packages/python.scm (python2-cheetah): Rename to ...
(python-cheetah): ... this. Update to 3.1.0.
[arguments]: Add custom 'check' phase.
[propagated-inputs]: Change PYTHON2-MARKDOWN to PYTHON-MARKDOWN.
(python2-cheetah): Rewrite in terms of PACKAGE-WITH-PYTHON2.
|
|
* gnu/packages/python.scm (python-cheetah)[home-page]: Update to current.
|
|
* gnu/local.mk (clojure): Include new clojure.scm.
* gnu/packages/clojure.scm: Add clojure, clojure-algo-generic,
clojure-algo-monads, clojure-core-match, clojure-instaparse,
clojure-tools-macro.
* gnu/packages/lisp.scm: Remove clojure, clojure-algo-generic,
clojure-algo-monads, clojure-core-match, clojure-instaparse,
clojure-tools-macro.
|
|
* gnu/packages/lisp.scm (femtolisp): Remove.
* gnu/packages/scheme.scm (femtolisp): Add.
|
|
* gnu/packages/file-systems.scm (apfs-fuse): New variable.
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.4.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.83.
(%linux-libre-4.14-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.140.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.164.
|
|
* gnu/packages/freedesktop.scm: Sort imports alphabetically.
|
|
* gnu/packages/rust.scm (rust-1.19)[inputs]: Remove GIT.
(rust-1.20)[arguments]: Disable Cargo tests that require git.
(rust-1.26)[arguments]: Likewise.
|
|
This release fixes CVE-2018-3282, CVE-2018-3174, CVE-2018-3143, CVE-2018-3156,
and CVE-2018-3251. See
<https://mariadb.com/kb/en/library/mariadb-10137-release-notes/> for details.
* gnu/packages/databases.scm (mariadb): Update to 10.1.37.
|
|
|
|
* gnu/packages/photo.scm (libraw): Update to 0.19.1.
|
|
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.11.
|
|
* gnu/packages/bittorrent.scm (deluge): New variable.
Co-authored-by: Mike Rosset <mike.rosset@gmail.com>
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Add phase to
substitute setup.py.
Co-authored-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/python-crypto.scm (python-service-identity,
python2-service-identity): New variables.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
* gnu/packages/emacs.scm (emacs-matrix-client): New variable.
|
|
* gnu/packages/emacs.scm (emacs-a): New variable.
|
|
* gnu/packages/emacs.scm (emacs-tracking): New variable.
|
|
* gnu/packages/emacs.scm (emacs-ov): New variable.
|