summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: seahorse: Update to 3.30.1.1.Miguel Ángel Arruga Vivas2019-10-22
| | | | | | | | | | | | | * gnu/packages/gnome.scm (seahorse)[version]: Update version number. [origin]: Update hash. Add patch needed for compilation with our version of libsecret (0.19.1). [inputs]: Add avahi dependency. [native-inputs]: Add vala dependency. Use gettext-minimal instead of intltool, as only xgettext is used. * gnu/packages/patches/seahorse-gkr-use-0-on-empty-flags.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-json: Deprecate the 'guile-json' variable.Ludovic Courtès2019-10-22
| | | | | | | * gnu/packages/guile.scm (guile-json): Rename to... (guile-json-1): ... this. (guile-json): Define as a deprecated alias for 'guile-json-1'. (guile2.0-json, guile-json-3): Explicitly refer to 'guile-json-1'.
* gnu: Add weasyprint.Hartmut Goebel2019-10-22
| | | | * gnu/packages/pdf.scm (weasyprint): New variable.
* gnu: Add python-pyphen.Hartmut Goebel2019-10-22
| | | | * gnu/packages/python-xyz.scm (python-pyphen): New variable.
* gnu: Add python-cairosvg.Hartmut Goebel2019-10-22
| | | | * gnu/packages/python-xyz.scm (python-cairosvg): New variable.
* gnu: Add python-cssselect2.Hartmut Goebel2019-10-22
| | | | * gnu/packages/python-web.scm (python-cssselect2): New variable.
* gnu: Add python-tinycss2.Hartmut Goebel2019-10-22
| | | | * gnu/packages/python-web.scm (python-tinycss2): New variable.
* gnu: Add python-pytest-isort.Hartmut Goebel2019-10-22
| | | | * gnu/packages/python-check.scm (python-pytest-isort): New variable.
* gnu: libtommath: Update to 1.2.0.Efraim Flashner2019-10-22
| | | | | | | | * gnu/packages/multiprecision.scm (libtommath): Update to 1.2.0. [arguments]: Update custom 'prepare-build for new version. Update custom 'check phase to use test-target keyword. (libtommath@1.1): New variable. (libtommath@1.0)[inherit]: Inherit from libtommath@1.1.
* gnu: font-awesome: Download using git-fetch.Efraim Flashner2019-10-22
| | | | | | | | 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.
* gnu: Add sbcl-graph-json.Guillaume Le Vaillant2019-10-22
| | | | * gnu/packages/lisp.scm (sbcl-graph-json): New variable.
* gnu: Add sbcl-graph-dot.Guillaume Le Vaillant2019-10-22
| | | | * gnu/packages/lisp.scm (sbcl-graph-dot): New variable.
* gnu: Add graph.Guillaume Le Vaillant2019-10-22
| | | | | | * 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.
* gnu: Add stefil.Guillaume Le Vaillant2019-10-22
| | | | * gnu/packages/lisp.scm (cl-stefil, sbcl-stefil): New variables.
* gnu: Add ecl-iterate.Guillaume Le Vaillant2019-10-22
| | | | * gnu/packages/lisp.scm (ecl-iterate): New variable.
* gnu: sbcl-iterate: Add missing native input.Guillaume Le Vaillant2019-10-22
| | | | * gnu/packages/lisp.scm (sbcl-iterate)[native-inputs]: Add rt.
* gnu: Add yason.Guillaume Le Vaillant2019-10-22
| | | | * gnu/packages/lisp.scm (cl-yason, sbcl-yason, ecl-yason): New variables.
* gnu: Add curry-compose-reader-macros.Guillaume Le Vaillant2019-10-22
| | | | | | * gnu/packages/lisp.scm (cl-curry-compose-reader-macros, sbcl-curry-compose-reader-macros, ecl-curry-compose-reader-macros): New variables.
* gnu: Add cl-heap.Guillaume Le Vaillant2019-10-22
| | | | * gnu/packages/lisp.scm (cl-heap, sbcl-cl-heap, ecl-cl-heap): New variables.
* gnu: mongodb: Fix build.Christopher Baines2019-10-22
| | | | | | | * 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.
* gnu: emacs-counsel-dash: Require emacs-ivy.Brian Leung2019-10-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Require emacs-ivy.
* gnu: mingw-w64: Add -winpthreads variants.Carl Dong2019-10-21
| | | | | | | | | | | | | | | | | | 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.
* gnu: pdfarranger: Add 'wrap-for-typelib' phase.Ludovic Courtès2019-10-21
| | | | * gnu/packages/pdf.scm (pdfarranger)[arguments]: Add #:phases.
* gnu: Add pdfarranger.Ben Sturmfels2019-10-21
| | | | | | * gnu/packages/pdf.scm (pdfarranger): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gloo.Giacomo Leidi2019-10-21
| | | | | | * gnu/packages/machine-learning.scm (gloo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-auth-source-pass.Brian Leung2019-10-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-auth-source-pass): New variable.
* gnu: emacs-counsel-dash: Update to 0.1.3-3.7027868.Brian Leung2019-10-21
| | | | * gnu/packages/emacs-xyz.scm (emacs-counsel-dash): Update to 0.1.3-3.7027868.
* gnu: Add ephemeralpg.Christopher Baines2019-10-21
| | | | | | | 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.
* gnu: yasm: Disable parallel tests.Christopher Baines2019-10-21
| | | | * gnu/packages/assembly.scm (yasm)[arguments]: Set #:parallel-tests? to #f.
* gnu: r-xcms: Update to 3.6.2.Ricardo Wurmus2019-10-21
| | | | * gnu/packages/bioconductor.scm (r-xcms): Update to 3.6.2.
* gnu: r-data-table: Update to 1.12.6.Ricardo Wurmus2019-10-21
| | | | | * gnu/packages/statistics.scm (r-data-table): Update to 1.12.6. [native-inputs]: Add pkg-config.
* gnu: make-bootstrap: Memoize 'glibc-for-bootstrap'.Ludovic Courtès2019-10-21
| | | | | | | | | | | | | 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'.
* gnu: Add gens-gs.David Wilson2019-10-21
| | | | * gnu/packages/emulators.scm (gens-gs): New variable.
* gnu: enlightenment: Fix desktop session file creation.Efraim Flashner2019-10-21
| | | | | * gnu/packages/enlightenment.scm (enlightenment)[arguments]: Create wayland session file only when building with wayland support.
* gnu: Add pcsxr.Pierre Neidhardt2019-10-21
| | | | * gnu/packages/emulators.scm (pcsxr): New variable.
* gnu: Add simple-parallel-tasks.Guillaume Le Vaillant2019-10-21
| | | | | * gnu/packages/lisp.scm (cl-simple-parallel-tasks, sbcl-simple-parallel-tasks, ecl-simple-parallel-tasks): New variables.
* gnu: backup: Remove my copyright.Mathieu Othacehe2019-10-21
| | | | | | This is a follow-up of 7757f440449, where my copyright is not needed. * gnu/packages/backup.scm: Remove my copyright.
* gnu: emacs-hierarchy: Enable tests.Brian Leung2019-10-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-hierarchy): Enable tests.
* gnu: emacs-org-ql: Update to 0.3.2.Brian Leung2019-10-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.3.2.
* gnu: certbot, python-acme: Update to 0.39.0.Tobias Geerinckx-Rice2019-10-21
| | | | | | * gnu/packages/tls.scm (python-acme): Update to 0.39.0. (certbot)[source]: Update hash. [propagated-inputs]: Add python-distro.
* gnu: Remove snakemake@4.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/python-xyz.scm (snakemake-4): Remove variable.
* gnu: snakemake: Order inputs alphabetically.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/python-xyz.scm (snakemake)[propagated-inputs]: Order.
* gnu: snakemake: Update to 5.7.1.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/python-xyz.scm (snakemake): Update to 5.7.1.
* gnu: bpython: Update to 0.18.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/python-xyz.scm (bpython): Update to 0.18.
* gnu: libdv: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/video.scm (libdv)[source]: Hard-code NAME.
* gnu: arc-theme: Update to 20190917.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/gnome.scm (arc-theme): Update to 20190917.
* gnu: r-colorout: Don't use unstable tarball.Tobias Geerinckx-Rice2019-10-21
| | | | | * gnu/packages/statistics.scm (r-colorout)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: r-colorout: Update to 1.2-2.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/statistics.scm (r-colorout): Update to 1.2-2.
* gnu: protobuf: Update to 3.10.0.Marius Bakke2019-10-21
| | | | | | | | | | | | * 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.
* gnu: protobuf-c: Update to 1.3.2.Marius Bakke2019-10-21
| | | | * gnu/packages/protobuf.scm (protobuf-c): Update to 1.3.2.