Age | Commit message (Expand) | Author |
2020-01-16 | gnu: Update copyright line....* gnu/packages/game-development.scm: Update copyright line.
| Nicolas Goaziou |
2020-01-16 | gnu: Refactor renpy build....* gnu/packages/game-development.scm (python2-renpy)[arguments]: Use directory
excursions instead of invoking `chdir' directly in phases.
| Leo Prikler |
2020-01-16 | gnu: xmoto: Slight description rewording....* gnu/packages/games.scm (xmoto)[description]: Slight rewording.
| Nicolas Goaziou |
2020-01-16 | gnu: Add xmoto....* gnu/packages/games.scm (xmoto): New variable.
* gnu/packages/patches/xmoto-remove-glext.patch: New file.
* gnu/packages/patches/xmoto-reproducible.patch: New file.
* gnu/packages/patches/xmoto-utf8.patch: New file.
* gnu/local.mk (dist_patch_DATA): Reference new files.
| Nicolas Goaziou |
2020-01-16 | gnu: guile-fibers: Add "guile3.0-fibers" variant....* gnu/packages/guile-xyz.scm (guile-fibers)[source]: Add 'modules' and
'snippet'.
(guile3.0-fibers): New variable.
| Ludovic Courtès |
2020-01-16 | import: elpa: Rewrite test to use an HTTP server instead of mocking....* guix/import/elpa.scm (elpa-url): Add 'gnu/http'.
(elpa->guix-package): Handle it.
* tests/elpa.scm (elpa-package-info-mock, auctex-readme-mock)
(elpa-version->string, package-source-url, ensure-list)
(package-home-page, make-elpa-package): Remove.
<top level>: Call '%http-server-port'.
(eval-test-with-elpa): Remove uses of 'mock'. Use 'with-http-server'
and parameterize 'current-http-proxy' instead.
| Ludovic Courtès |
2020-01-16 | import: cran: Avoid uses of '@@' in the tests....* guix/import/cran.scm (description->alist, description->package): Export.
<top level>: Set! 'listify'.
* tests/cran.scm (description-alist, "description->package"): Remove use
of '@@' to access the relevant bindings.
| Ludovic Courtès |
2020-01-16 | import: crate: Export 'string->license'....* guix/import/crate.scm (string->license): Export.
* tests/crate.scm (string->license): Remove.
| Ludovic Courtès |
2020-01-16 | lzlib: Define 'dictionary-size+match-length-limit'....* guix/lzlib.scm (%compression-levels): Splice the rest of each element.
(dictionary-size+match-length-limit): New procedure.
(make-lzip-output-port, make-lzip-input-port/compressed): Use it.
* tests/lzlib.scm ("Bytevector of size relative to Lzip internal buffers (2 * dictionary)"):
Use 'dictionary-size+match-length-limit' instead of 'assoc-ref'.
| Ludovic Courtès |
2020-01-16 | gnu: asymptote: Add missing input....* gnu/packages/plotutils.scm (asymptote)[inputs]: Add missing input for GUI.
| Nicolas Goaziou |
2020-01-16 | gnu: Add python-git-multimail....* gnu/packages/version-control.scm (python-git-multimail): New variable.
| Christopher Baines |
2020-01-16 | gnu: translate-shell: Fix emacs install phase....* gnu/packages/dictionaries.scm (translate-shell)[arguments]: Update the
'emacs-install phase to install the .el files into the correct folder.
| Efraim Flashner |
2020-01-16 | gnu: cgit: Update to 1.2.2....* gnu/packages/version-control.scm (cgit): Update to 1.2.2.
[inputs]: Update git-source to 2.25.0.
| Tobias Geerinckx-Rice |
2020-01-16 | gnu: handbrake: Update to 1.3.1....* gnu/packages/video.scm (handbrake): Update to 1.3.1.
| Tobias Geerinckx-Rice |
2020-01-16 | gnu: ecasound: Update to 2.9.3....* gnu/packages/audio.scm (ecasound): Update to 2.9.3.
| Tobias Geerinckx-Rice |
2020-01-16 | gnu: ecasound: Use HTTPS home page....* gnu/packages/audio.scm (ecasound)[source, home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-16 | gnu: global: Update to 6.6.4....* gnu/packages/code.scm (global): Update to 6.6.4.
| Tobias Geerinckx-Rice |
2020-01-16 | gnu: multipath-tools: Update to 0.8.3....* gnu/packages/linux.scm (multipath-tools): Update to 0.8.3.
| Tobias Geerinckx-Rice |
2020-01-16 | gnu: mcelog: Update to 168....* gnu/packages/linux.scm (mcelog): Update to 168.
| Tobias Geerinckx-Rice |
2020-01-16 | gnu: noweb: Update to 2.12....* gnu/packages/noweb.scm (noweb): Update to 2.12.
[source]: Switch to git repository.
[arguments]: Remove obsolete substitution.
[license]: Add BSD-2.
| Tobias Geerinckx-Rice |
2020-01-16 | gnu: noweb: Embed store references to external binaries....* gnu/packages/noweb.scm (noweb)[argument]: Add ‘bind-early’ phase.
[inputs]: Add perl.
| Tobias Geerinckx-Rice |
2020-01-16 | gnu: noweb: Use HTTPS home page....* gnu/packages/noweb.scm (noweb)[home-page, license]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-16 | gnu: ethtool: Update to 5.4....* gnu/packages/networking.scm (ethtool): Update to 5.4.
| Tobias Geerinckx-Rice |
2020-01-16 | gnu: Add python2-objgraph....* gnu/packages/python-xyz.scm (python2-objgraph): New public variable.
| Marius Bakke |
2020-01-16 | gnu: python-objgraph: Update to 3.4.1....* gnu/packages/python-xyz.scm (python-objgraph): Update to 3.4.1.
| Marius Bakke |
2020-01-16 | gnu: python-graphviz: Update to 0.13.2....* gnu/packages/graphviz.scm (python-graphviz): Update to 0.13.2.
[native-inputs]: Add GRAPHVIZ, PYTHON-MOCK, PYTHON-PYTEST, PYTHON-PYTEST-COV,
and PYTHON-PYTEST-MOCK.
[arguments]: Replace 'check' phase.
| Marius Bakke |
2020-01-16 | gnu: caribou: Build with Python 3....* gnu/packages/gnome.scm (caribou)[native-inputs]: Change from PYTHON-2 to
PYTHON.
[inputs]: Change from PYTHON2-PYGOBJECT to PYTHON-PYGOBJECT.
| Marius Bakke |
2020-01-16 | gnu: libpeas: Update to 1.24.1....* gnu/packages/gnome.scm (libpeas): Update to 1.24.1.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: New field.
[native-inputs]: Remove INTLTOOL. ADD GETTEXT-MINIMAL and
XORG-SERVER-FOR-TESTS.
| Marius Bakke |
2020-01-16 | gnu: ldb: Downgrade to 1.5.6....1.5.6 is actually newer and fixes problems with Python 3.8.
* gnu/packages/samba.scm (ldb): Downgrade to 1.5.6.
| Marius Bakke |
2020-01-16 | gnu: python-importlib-metata: Delay python2 variant....This is a follow-up to commit 5efa04dd935ecf6f7803501b1b8952810f4330ad.
* gnu/packages/python-xyz.scm (python-importlib-metadata)[properties]: New
field.
| Marius Bakke |
2020-01-16 | gnu: python-packaging: Fix test failures on non-x86_64 architectures....* gnu/packages/patches/python-packaging-test-arch.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-packaging)[source](patches): New field.
| Marius Bakke |
2020-01-16 | gnu: kentutils: Build with OpenSSL 1.0....* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Change from OPENSSL to
OPENSSL-1.0.
| Marius Bakke |
2020-01-16 | gnu: poetry: Remove redundant input....* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Remove PYTHON-PATHLIB2.
| Marius Bakke |
2020-01-16 | gnu: python-zipp: Remove redundant inputs....The Python 3 variant do not need these.
* gnu/packages/python-compression.scm (python-zipp)[native-inputs]: Remove
PYTHON-CONTEXTLIB2, PYTHON-PATHLIB2, and PYTHON-UNITTEST2.
[properties]: New field.
(python2-zipp)[native-inputs]: Add PYTHON2-CONTEXTLIB2, PYTHON2-PATHLIB2, and
PYTHON2-UNITTEST2.
| Marius Bakke |
2020-01-16 | gnu: rust-scopeguard-1.0: Don't hide package....* gnu/packages/crates-io.scm (rust-scopeguard-1.0)[arguments]: Skip
build.
[properties]: Remove field.
| Efraim Flashner |
2020-01-16 | gnu: rust-scopeguard-0.3: Don't hide package....* gnu/packages/crates-io.scm (rust-scopeguard-0.3)[arguments]: Skip
build.
[properties]: Don't inherit field.
| Efraim Flashner |
2020-01-16 | gnu: rust-scoped-tls-1.0: Don't hide package....* gnu/packages/crates-io.scm (rust-scoped-tls-1.0)[arguments]: Skip
build.
[properties]: Remove field.
| Efraim Flashner |
2020-01-16 | gnu: rust-scoped-tls-0.1: Don't hide package....* gnu/packages/crates-io.scm (rust-scoped-tls-0.1)[arguments]: Skip
build.
[properties]: Don't inherit field.
| Efraim Flashner |
2020-01-16 | gnu: rust-getopts-0.2: Update to 0.2.21....* gnu/packages/crates-io.scm (rust-getopts-0.2): Update to 0.2.21.
[arguments]: Add rust-unicode-width-0.1,
rust-rustc-std-workspace-core-1.0, rust-rustc-std-workspace-std-1.0 to
cargo-inputs.
| Efraim Flashner |
2020-01-16 | gnu: rust-getopts-0.2: Don't hide package....* gnu/packages/crates-io.scm (rust-getopts-0.2)[arguments]: Skip build.
Add rust-log-0.3 to cargo-development-inputs.
[home-page]: Update home-page.
[properties]: Remove field.
| Efraim Flashner |
2020-01-16 | gnu: Add rust-rustc-std-workspace-std-1.0....* gnu/packages/crates-io.scm (rust-rustc-std-workspace-std-1.0): New variable.
| Efraim Flashner |
2020-01-16 | gnu: rust-futures-0.1: Update to 0.1.29....* gnu/packages/crates-io.scm (rust-futures-0.1): Update to 0.1.29.
| Efraim Flashner |
2020-01-16 | gnu: rust-futures-0.1: Don't hide package....* gnu/packages/crates-io.scm (rust-futures-0.1)[arguments]: Skip build.
[home-page]: Update home-page.
[properties]: Remove field.
| Efraim Flashner |
2020-01-16 | gnu: rust-fuchsia-zircon-sys-0.3: Don't hide package....* gnu/packages/crates-io.scm (rust-fuchsia-zircon-sys-0.3)[arguments]:
Skip build.
[properties]: Remove field.
| Efraim Flashner |
2020-01-16 | gnu: rust-fuchsia-zircon-0.3: Don't hide package....* gnu/packages/crates-io.scm (rust-fuchsia-zircon-0.3)[arguments]: Skip
build. Add rust-bitflags-1, rust-fuchsia-zircon-sys-0.3 to cargo-inputs.
[properties]: Remove field.
| Efraim Flashner |
2020-01-16 | gnu: rust-fuchsia-cprng-0.1: Don't hide package....* gnu/packages/crates-io.scm (rust-fuchsia-cprng-0.1)[arguments]: Skip
build.
[properties]: Remove field.
| Efraim Flashner |
2020-01-16 | gnu: rust-fs-extra-1.1: Don't hide package....* gnu/packages/crates-io.scm (rust-fs-extra-1.1)[arguments]: Skip build.
[properties]: Remove field.
| Efraim Flashner |
2020-01-16 | gnu: rust-fnv-1.0: Don't hide package....* gnu/packages/crates-io.scm (rust-fnv-1.0)[arguments]: Skip build.
[synopsis]: Appease 'guix lint'.
[properties]: Remove field.
| Efraim Flashner |
2020-01-16 | gnu: rust-fixedbitset-0.1: Don't hide package....* gnu/packages/crates-io.scm (rust-fixedbitset-0.1)[arguments]: Skip
build.
[properties]: Remove field.
| Efraim Flashner |
2020-01-16 | gnu: rust-findshlibs-0.5: Don't hide package....* gnu/packages/crates-io.scm (rust-findshlibs-0.5)[arguments]: Skip
build. Add rust-lazy-static-1.3, rust-libc-0.2 to cargo-inputs.
[properties]: Remove field.
| Efraim Flashner |