Age | Commit message (Expand) | Author |
2019-10-22 | gnu: font-awesome: Download using git-fetch.•••The official link on the website has a regularly changing hash.
* gnu/packages/fonts.scm (font-awesome)[source]: Use 'git-fetch'.
[arguments]: Replace 'install phase.
[home-page]: Use new upstream home-page.
| Efraim Flashner |
2019-10-22 | gnu: Add sbcl-graph-json.•••* gnu/packages/lisp.scm (sbcl-graph-json): New variable.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add sbcl-graph-dot.•••* gnu/packages/lisp.scm (sbcl-graph-dot): New variable.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add graph.•••* gnu/packages/lisp.scm (cl-graph, sbcl-graph): New variables.
* gnu/packages/patches/sbcl-graph-asdf-definitions.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add stefil.•••* gnu/packages/lisp.scm (cl-stefil, sbcl-stefil): New variables.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add ecl-iterate.•••* gnu/packages/lisp.scm (ecl-iterate): New variable.
| Guillaume Le Vaillant |
2019-10-22 | gnu: sbcl-iterate: Add missing native input.•••* gnu/packages/lisp.scm (sbcl-iterate)[native-inputs]: Add rt.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add yason.•••* gnu/packages/lisp.scm (cl-yason, sbcl-yason, ecl-yason): New variables.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add curry-compose-reader-macros.•••* gnu/packages/lisp.scm (cl-curry-compose-reader-macros,
sbcl-curry-compose-reader-macros, ecl-curry-compose-reader-macros): New
variables.
| Guillaume Le Vaillant |
2019-10-22 | gnu: Add cl-heap.•••* gnu/packages/lisp.scm (cl-heap, sbcl-cl-heap, ecl-cl-heap): New variables.
| Guillaume Le Vaillant |
2019-10-22 | gnu: mongodb: Fix build.•••* gnu/packages/databases.scm (mongodb)[inputs]: Use openssl 1, as 1.1. doesn't
work.
[arguments]: Change how a constant is defined in the tests to allow compiling
with a newer version of GCC.
| Christopher Baines |
2019-10-21 | gnu: emacs-counsel-dash: Require emacs-ivy.•••* gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Require emacs-ivy.
| Brian Leung |
2019-10-21 | gnu: mingw-w64: Add -winpthreads variants.•••This recursive package definition really demonstrates how magical Guix
can be :-)
Try invoking:
./pre-inst-env guix build mingw-w64-{x86_64,i686}{,-winpthreads}
* gnu/packages/mingw.scm (make-mingw-w64): Add XGCC, XBINUTILS optional
arguments to specify using a non-default cross-compiler/binutils. Add
WITH-WINPTHREADS? optional argument to allow building with winpthreads
support. Adjust accordingly for the new arguments.
(mingw-w64-i686-winpthreads, mingw-w64-x86_64-winpthreads): Add
variables.
* gnu/packages/cross-base.scm (native-libc): Add XGCC, XBINUTILS
key arugments and pass to MAKE-MINGW-W64.
(cross-libc): Pass XGCC and XBINUTILS to NATIVE-LIBC.
| Carl Dong |
2019-10-21 | gnu: pdfarranger: Add 'wrap-for-typelib' phase.•••* gnu/packages/pdf.scm (pdfarranger)[arguments]: Add #:phases.
| Ludovic Courtès |
2019-10-21 | gnu: Add pdfarranger.•••* gnu/packages/pdf.scm (pdfarranger): New public variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ben Sturmfels |
2019-10-21 | gnu: Add gloo.•••* gnu/packages/machine-learning.scm (gloo): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Giacomo Leidi |
2019-10-21 | services: inputattach: Add 'baud-rate' parameter.•••* gnu/services/desktop.scm (inputattach-configuration): Add baud-rate field.
(inputattach-shepherd-service): Add baud-rate to parameters when specified.
* doc/guix.texi (Miscellaneous Services): [inputattach Service] Document
baud-rate parameter.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tim Gesthuizen |
2019-10-21 | gnu: Add emacs-auth-source-pass.•••* gnu/packages/emacs-xyz.scm (emacs-auth-source-pass): New variable.
| Brian Leung |
2019-10-21 | gnu: emacs-counsel-dash: Update to 0.1.3-3.7027868.•••* gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Update to 0.1.3-3.7027868.
| Brian Leung |
2019-10-21 | gnu: Add ephemeralpg.•••This is a general utility, but I'm particularly interested in using this to
enable build time tests for the guix-data-service package.
* gnu/packages/databases.scm (ephemeralpg): New variable.
| Christopher Baines |
2019-10-21 | gnu: yasm: Disable parallel tests.•••* gnu/packages/assembly.scm (yasm)[arguments]: Set #:parallel-tests? to #f.
| Christopher Baines |
2019-10-21 | gnu: r-xcms: Update to 3.6.2.•••* gnu/packages/bioconductor.scm (r-xcms): Update to 3.6.2.
| Ricardo Wurmus |
2019-10-21 | gnu: r-data-table: Update to 1.12.6.•••* gnu/packages/statistics.scm (r-data-table): Update to 1.12.6.
[native-inputs]: Add pkg-config.
| Ricardo Wurmus |
2019-10-21 | services: agetty: Really import (gnu build linux-boot).•••This is a followup to commit 62c2217570fb3a3437e8316d3679b7fe13db0884.
* gnu/services/base.scm (agetty-shepherd-service)[start]: Wrap un
'with-imported-modules'. This fixes a build error when TTY is true
("no code for module (gnu build linux-boot)").
| Ludovic Courtès |
2019-10-21 | services: sddm: Add description.•••* gnu/services/sddm.scm (sddm-service-type)[description]: New field.
| Ludovic Courtès |
2019-10-21 | services: sddm: Deprecate 'sddm-service' procedure.•••* gnu/services/sddm.scm (sddm-service): Mark as deprecated.
* doc/guix.texi (X Window): Document 'sddm-service-type' and
'sddm-configuration'.
| Ludovic Courtès |
2019-10-21 | services: sddm: Add default configuration.•••Unlike gdm-service-type, sddm-service-type cannot be configured in an
operating-system configuration by simply adding (service
sddm-service-type). This adds the default SDDM configuration just like
GDM does..
* gnu/services/sddm.scm (sddm-service-type)[default-value]: New field.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Brendan Tildesley |
2019-10-21 | gnu: make-bootstrap: Memoize 'glibc-for-bootstrap'.•••This reduces the graph shown by:
guix graph -e '(@@ (gnu packages make-bootstrap) %gcc-static)'
from 258 nodes (2398 edges) to 179 nodes (1872 edges).
* gnu/packages/make-bootstrap.scm (glibc-for-bootstrap): Turn into an
'mlambdaq'.
(package-with-relocatable-glibc, %glibc-stripped): Explicitly pass an
argument to 'glibc-for-bootstrap'.
| Ludovic Courtès |
2019-10-21 | gnu: Add gens-gs.•••* gnu/packages/emulators.scm (gens-gs): New variable.
| David Wilson |
2019-10-21 | gnu: enlightenment: Fix desktop session file creation.•••* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Create
wayland session file only when building with wayland support.
| Efraim Flashner |
2019-10-21 | gnu: Add pcsxr.•••* gnu/packages/emulators.scm (pcsxr): New variable.
| Pierre Neidhardt |
2019-10-21 | gnu: Add simple-parallel-tasks.•••* gnu/packages/lisp.scm (cl-simple-parallel-tasks, sbcl-simple-parallel-tasks,
ecl-simple-parallel-tasks): New variables.
| Guillaume Le Vaillant |
2019-10-21 | gnu: backup: Remove my copyright.•••This is a follow-up of 7757f440449, where my copyright is not needed.
* gnu/packages/backup.scm: Remove my copyright.
| Mathieu Othacehe |
2019-10-20 | gnu: emacs-hierarchy: Enable tests.•••* gnu/packages/emacs-xyz.scm (emacs-hierarchy): Enable tests.
| Brian Leung |
2019-10-20 | gnu: emacs-org-ql: Update to 0.3.2.•••* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.3.2.
| Brian Leung |
2019-10-21 | gnu: certbot, python-acme: Update to 0.39.0.•••* gnu/packages/tls.scm (python-acme): Update to 0.39.0.
(certbot)[source]: Update hash.
[propagated-inputs]: Add python-distro.
| Tobias Geerinckx-Rice |
2019-10-21 | gnu: Remove snakemake@4.•••* gnu/packages/python-xyz.scm (snakemake-4): Remove variable.
| Tobias Geerinckx-Rice |
2019-10-21 | gnu: snakemake: Order inputs alphabetically.•••* gnu/packages/python-xyz.scm (snakemake)[propagated-inputs]: Order.
| Tobias Geerinckx-Rice |
2019-10-21 | gnu: snakemake: Update to 5.7.1.•••* gnu/packages/python-xyz.scm (snakemake): Update to 5.7.1.
| Tobias Geerinckx-Rice |
2019-10-21 | gnu: bpython: Update to 0.18.•••* gnu/packages/python-xyz.scm (bpython): Update to 0.18.
| Tobias Geerinckx-Rice |
2019-10-21 | gnu: libdv: Don't use NAME in source URI.•••* gnu/packages/video.scm (libdv)[source]: Hard-code NAME.
| Tobias Geerinckx-Rice |
2019-10-21 | gnu: arc-theme: Update to 20190917.•••* gnu/packages/gnome.scm (arc-theme): Update to 20190917.
| Tobias Geerinckx-Rice |
2019-10-21 | gnu: r-colorout: Don't use unstable tarball.•••* gnu/packages/statistics.scm (r-colorout)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-10-21 | gnu: r-colorout: Update to 1.2-2.•••* gnu/packages/statistics.scm (r-colorout): Update to 1.2-2.
| Tobias Geerinckx-Rice |
2019-10-21 | gnu: protobuf: Update to 3.10.0.•••* gnu/packages/protobuf.scm (protobuf, python-protobuf): Update to 3.10.0.
(protobuf-next, python-protobuf-next): Rename to ....
(protobuf-3.6, python-protobuf-3.6): ... this.
(protobuf-3.5): New public variable.
* gnu/packages/machine-learning.scm (grpc)[native-inputs]: Change from
PROTOBUF-NEXT to PROTOBUF.
(tensorflow)[native-inputs, propagated-inputs]: Adjust for renamed PROTOBUF-NEXT.
* gnu/packages/robotics.scm (aseba)[inputs]: Change from PROTOBUF to PROTOBUF-3.5.
* gnu/packages/telephony.scm (mumble)[inputs]: Likewise.
| Marius Bakke |
2019-10-21 | gnu: protobuf-c: Update to 1.3.2.•••* gnu/packages/protobuf.scm (protobuf-c): Update to 1.3.2.
| Marius Bakke |
2019-10-21 | gnu: vte-ng: Update to 0.58.2.a.•••* gnu/packages/gnome.scm (vte-ng): Update to 0.58.2.a.
[build-system]: New field.
[arguments]: Set #:configure-flags. Remove #:phases.
[native-inputs]: Remove GPERF, AUTOCONF, AUTOMAKE and LIBTOOL.
| Marius Bakke |
2019-10-20 | gnu: Add lxqt-connman-applet.•••* gnu/packages/lxqt.scm (lxqt-connman-applet) New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Reza Alizadeh Majd |
2019-10-20 | gnu: Remove more GCC < 7 workarounds.•••* gnu/packages/abiword.scm (abiword)[arguments]: Do not pass "-std=c++11" to
the GCC command line.
* gnu/packages/aidc.scm (zbar)[arguments]: Likewise.
* gnu/packages/android.scm (android-libbase, android-libcutils,
android-libziparchive, fastboot)[arguments]: Likewise.
* gnu/packages/audio.scm (azr3, guitarix, suil)[arguments]: Likewise.
* gnu/packages/bioinformatics.scm (bless)[arguments]: Likewise.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Likewise.
* gnu/packages/code.scm (rtags)[arguments]: Likewise.
* gnu/packages/coq.scm (coq-gappa)[arguments]: Likewise.
* gnu/packages/emulators.scm (dolphin-emu)[arguments]: Likewise.
* gnu/packages/engineering.scm (xyce-serial, xyce-parallel)[arguments]: Likewise.
* gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Likewise.
* gnu/packages/gobby.scm (libnet6, obby)[arguments]: Likewise.
* gnu/packages/graph.scm (python-faiss)[arguments]: Likewise.
* gnu/packages/graphics.scm (povray)[arguments]: Likewise.
* gnu/packages/image-processing.scm (opencv, itk-snap)[arguments]: Likewise.
* gnu/packages/image.scm (freeimage)[arguments]: Likewise.
* gnu/packages/kodi.scm (crossguid)[arguments]: Likewise.
* gnu/packages/music.scm (amsynth, qmidiarp, qmidiroute, seq24)[arguments]: Likewise.
* gnu/packages/pdf.scm (python-poppler-qt5)[arguments]: Likewise.
* gnu/packages/sagemath.scm (lcalc)[arguments]: Likewise.
* gnu/packages/video.scm (vlc, mlt, v4l-utils)[arguments]: Likewise.
| Marius Bakke |
2019-10-20 | gnu: xmlsec: Update to 1.2.29.•••* gnu/packages/xml.scm (xmlsec): Update to 1.2.29.
| Marius Bakke |