summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAgeFilesLines
* gnu: quantlib: Update to 1.26.Tobias Geerinckx-Rice2022-05-291-2/+2
| | | | * gnu/packages/finance.scm (quantlib): Update to 1.26.
* gnu: 7kaa: Update to 2.15.5.Tobias Geerinckx-Rice2022-05-291-2/+2
| | | | * gnu/packages/games.scm (7kaa): Update to 2.15.5.
* gnu: mycli: Update to 1.25.0.Tobias Geerinckx-Rice2022-05-291-9/+3
| | | | | * gnu/packages/databases.scm (mycli): Update to 1.25.0. [arguments]: Remove obsolete 'loosen-requirements phase.
* gnu: diffoscope: Update to 215.Vagrant Cascadian2022-06-041-16/+2
| | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 215. [arguments]: Drop 'install-extract-vmlinux phase. [inputs]: Remove python.
* gnu: keyutils: Avoid embedding build timestamp.Vagrant Cascadian2022-06-041-0/+5
| | | | | * gnu/packages/crypto.scm (keyutils)[arguments]: Add 'avoid-embedding-timestamp phase.
* gnu: emacs-spaceleader: Fix typo in description.Tobias Geerinckx-Rice2022-05-291-3/+3
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-spaceleader)[description]: Add a missing full stop (my typo). Also capitalise upstream's ‘spacemacs’ for consistency with jgart's synopsis, which I prefer.
* gnu: Add emacs-spaceleader.jgart via Guix-patches via2022-05-291-1/+31
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-spaceleader): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add emacs-bind-map.jgart via Guix-patches via2022-05-291-0/+26
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-bind-map): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: crun: Update to 1.4.5.Tobias Geerinckx-Rice2022-05-291-3/+3
| | | | * gnu/packages/containers.scm (crun): Update to 1.4.5.
* gnu: emacs-ox-hugo: Update to 0.12.1.kiasoc52022-05-291-2/+4
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ox-hugo): Update to 0.12.1. [propagated-inputs]: Add emacs-tomelr. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add emacs-tomelr.kiasoc52022-05-291-0/+22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-tomelr): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add emacs-seq.kiasoc52022-05-291-0/+19
| | | | | | * gnu/packages/emacs-xyz (emacs-seq): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: os-prober: Update to 1.80.Tobias Geerinckx-Rice2022-05-291-6/+4
| | | | | * gnu/packages/bootloaders.scm (os-prober): Update to 1.80. [arguments]: Don't explicitly return #t from phases.
* gnu: cloud-utils: Fix wrapping.Tobias Geerinckx-Rice2022-05-291-4/+13
| | | | | | * gnu/packages/admin.scm (cloud-utils)[arguments]: Search for readlink & sfdisk in inputs. [inputs]: Add coreutils.
* gnu: cloud-utils: Update to 0.33.Tobias Geerinckx-Rice2022-05-291-3/+2
| | | | | * gnu/packages/admin.scm (cloud-utils): Update to 0.33. [arguments]: Don't explicitly return #t from phases.
* gnu: papi: Update to 6.0.0.1.Tobias Geerinckx-Rice2022-05-291-4/+4
| | | | | * gnu/packages/profiling.scm (papi): Update to 6.0.0.1. [source]: Use HTTPS.
* gnu: micropython: Don't override 'install-license-files.Tobias Geerinckx-Rice2022-05-291-6/+3
| | | | | * gnu/packages/python.scm (micropython)[arguments]: Prefix a new 'chdir-back phase instead of overriding 'install-license-files.
* gnu: micropython: Use G-expressions.Tobias Geerinckx-Rice2022-05-291-22/+24
| | | | | * gnu/packages/python.scm (micropython)[arguments]: Rewrite as G-expressions.
* gnu: micropython: Remove input labels.Tobias Geerinckx-Rice2022-05-291-3/+1
| | | | | * gnu/packages/python.scm (micropython)[native-inputs]: Remove input labels.
* gnu: micropython: Update to 1.18.Tobias Geerinckx-Rice2022-05-291-9/+6
| | | | | * gnu/packages/python.scm (micropython): Update to 1.18. [source, arguments]: Don't explicitly return #t from snippet or phases.
* gnu: ding-libs: Omit static library.Tobias Geerinckx-Rice2022-05-291-0/+3
| | | | | * gnu/packages/sssd.scm (ding-libs)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: rcm: Update to 1.3.5.Tobias Geerinckx-Rice2022-05-291-5/+4
| | | | | * gnu/packages/rcm.scm (rcm): Update to 1.3.5. [arguments]: Don't explicitly return #t from phases.
* gnu: ding-libs: Update to 0.6.2.Tobias Geerinckx-Rice2022-05-291-3/+3
| | | | | * gnu/packages/sssd.scm (ding-libs): Update to 0.6.2. [native-inputs]: Add gettext-minimal.
* gnu: ding-libs: Build from Git.Tobias Geerinckx-Rice2022-05-291-8/+11
| | | | | | * gnu/packages/sssd.scm (ding-libs)[source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf, automake, libtool, and pkg-config.
* gnu: jags: Update to 4.3.1.Tobias Geerinckx-Rice2022-05-291-3/+3
| | | | * gnu/packages/statistics.scm (jags): Update to 4.3.1.
* gnu: Add iso-codes variant for use within Guix.Tobias Geerinckx-Rice2022-05-292-3/+24
| | | | | | | | * gnu/packages/iso-codes.scm (iso-codes): Replace with hidden-package that inherits… (iso-codes/official): …this ‘new’ variable with its previous value. * gnu/packages/gtk.scm (gtk+)[inputs]: Use iso-codes/official to prevent mass rebuilds.
* gnu: ceph: Update to 16.2.9.Tobias Geerinckx-Rice2022-05-291-3/+3
| | | | * gnu/packages/storage.scm (ceph): Update to 16.2.9.
* gnu: Add touchegg.Rene Saavedra2022-06-041-0/+40
| | | | | | * gnu/packages/linux.scm (touchegg): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add emacs-color-theme-modern.Peter Polidoro2022-06-041-0/+25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-color-theme-modern): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: quodlibet: Add missing plugin dependencies.Wamm K. D2022-06-041-0/+6
| | | | | | | * gnu/packages/music.scm (quodlibet)[inputs]: Add gtksourceview, keybinder-3.0, python-musicbrainzngs, and python-pyinotify. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: python-shellingham: Update to 1.4.0.jgart2022-06-041-13/+2
| | | | | | | | * gnu/packages/python-xyz.scm (python-shellingham): Update to 1.4.0. [arguments]: Remove arguments block since upstream now includes a setup.py file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-benchmark-init: Update to 1.0-0243556.Dominic Martinez2022-06-041-17/+19
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-benchmark-init): Update to 1.0-0243556. Fixes build on emacs 28. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ruby-asciimath: Update to 2.0.4.SeerLite2022-06-041-2/+2
| | | | | | gnu/packages/math.scm (ruby-asciimath): Update to 2.0.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-qrcode.Jack Hill2022-06-041-0/+54
| | | | | | * gnu/packages/tex.scm (texlive-qrcode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ocaml-cppo: Update to 1.6.9.Julien Lepiller2022-06-031-2/+2
| | | | * gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.9.
* gnu: ocaml-cairo2: Update to 0.6.3.Julien Lepiller2022-06-031-2/+2
| | | | * gnu/packages/ocaml.scm (ocaml-cairo2): Update to 0.6.3.
* gnu: libcyaml: Clean up arguments.Tobias Geerinckx-Rice2022-05-291-7/+4
| | | | | | * gnu/packages/serialization.scm (libcyaml)[arguments]: Use #:test-target rather than a custom 'check phase. Use CC-FOR-TARGET.
* gnu: libcyaml: Update to 1.3.1.Tobias Geerinckx-Rice2022-05-291-3/+3
| | | | * gnu/packages/serialization.scm (libcyaml): Update to 1.3.1.
* gnu: perl-search-xapian: Update to 1.2.25.5.Tobias Geerinckx-Rice2022-05-291-2/+2
| | | | * gnu/packages/search.scm (perl-search-xapian): Update to 1.2.25.5.
* gnu: libblockdev: Remove input labels.Tobias Geerinckx-Rice2022-05-291-4/+4
| | | | | * gnu/packages/disk.scm (libblockdev)[native-inputs]: Remove input labels.
* gnu: libblockdev: Update to 2.27.Tobias Geerinckx-Rice2022-05-291-2/+2
| | | | * gnu/packages/disk.scm (libblockdev): Update to 2.27.
* gnu: complexity: Use a specific date in manpage.Vagrant Cascadian2022-06-021-0/+7
| | | | * gnu/packages/code.scm (complexity)[arguments]: Add 'set-man-page-date phase.
* gnu: netsurf: Remove timestamp from build.Vagrant Cascadian2022-06-021-0/+6
| | | | * gnu/packages/web.scm (netsurf)[arguments]: Add 'remove-timestamps phase.
* gnu: inxi-minimal: Build reproducibly.Vagrant Cascadian2022-06-021-1/+1
| | | | | | | Avoid embedding timestamp in inxi.1.gz manpage. * gnu/packages/admin.scm (inxi-minimal)[arguments]: Pass "-n" to gzip invocation.
* gnu: gnustandards: Build reproducibly.Vagrant Cascadian2022-06-021-2/+2
| | | | | | | Avoid embedding timestamp in info.gz files. * gnu/packages/gnu-doc.scm (gnustandards)[arguments]: Pass "-n" to gzip invocations.
* gnu: Remove python-atomicwrites-1.4.Ricardo Wurmus2022-06-022-12/+1
| | | | | | * gnu/packages/python-xyz.scm (python-atomicwrites-1.4): Remove variable. * gnu/packages/matrix.scm (python-matrix-nio)[propagated-inputs]: Replace python-atomicwrites-1.4 with python-atomicwrites.
* gnu: dezyne: Update to 2.15.1.Jan (janneke) Nieuwenhuizen2022-06-021-11/+2
| | | | | * gnu/packages/dezyne.scm (dezyne)[source]: Update to 2.15.1. [arguments]: Remove `disable-tests' phase.
* gnu: ocaml-mccs: Update to 1.1+14.Julien Lepiller2022-06-021-2/+2
| | | | * gnu/packages/ocaml.scm (ocaml-mccs): Update to 1.1+14.
* gnu: ocaml-ctypes: do not override install headersDavid Arroyo2022-06-021-3/+1
| | | | | | | | | | | | Overriding INSTALL_HEADERS in the build prevents the "ocaml_integers.h" header from being copied from the ocaml-integers package to ocaml-ctypes. The header's absence breaks all dune-based projects which build cstubs using the new (ctypes ...) stanza. * gnu/packages/ocaml.scm (ocaml-ctypes)[arguments]: remove INSTALL_HEADERS override. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: dune: Update to 3.2.0.Julien Lepiller2022-06-021-2/+2
| | | | * gnu/packages/ocaml.scm (dune): Update to 3.2.0.