summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: openttd: Use new package style.Liliana Marie Prikler2022-04-19
| | | | | | | | * gnu/packages/games.scm (openttd)[arguments]: Convert to list of G-Expressions. <install-data>: Use search paths to find ‘/share/games/openttd’ input directories. [native-inputs]: Use modify-inputs.
* gnu: openttd-openmsx: Use new package style.Liliana Marie Prikler2022-04-19
| | | | | | * gnu/packages/games.scm (openttd-openmsx)[arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels.
* gnu: openttd-opensfx: Use new package style.Liliana Marie Prikler2022-04-19
| | | | | | * gnu/packages/games.scm (openttd-opensfx)[arguments]: Convert to list of G-Expressions. Drop trailing ‘#t’s. [native-inputs]: Drop labels.
* gnu: openttd-gfx: Use new package style.Liliana Marie Prikler2022-04-19
| | | | | | * gnu/packages/games.scm (openttd-gfx)[arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels.
* gnu: openttd-engine: Drop labels from inputs.Liliana Marie Prikler2022-04-19
| | | | * gnu/packages/games.scm (openttd-engine)[inputs]: Drop labels.
* gnu: openttd: Let the music play.Liliana Marie Prikler2022-04-19
| | | | | | * gnu/packages/games.scm (openttd)[inputs]: Remove timidity++. Add fluidsynth and freepats-gm. [#:phases]<patch-sources>: New phase.
* gnu: Add freepats-gm.Liliana Marie Prikler2022-04-19
| | | | * gnu/packages/audio.scm (freepats-gm): New variable.
* gnu: gnome-shell-extension-just-perfection: Update to 20.0.Liliana Marie Prikler2022-04-19
| | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection): Update to 20.0.
* gnu: kmessagelib: Fix building.Efraim Flashner2022-04-19
| | | | | * gnu/packages/kde-pim.scm (kmessagelib)[arguments]: Adjust custom 'extend-CPUS_INCLUDE_PATH phase to specifically add libkdepim.
* tests: Adjust 'guix home' test to 'home-files-service-type' changes.Ludovic Courtès2022-04-19
| | | | | | | This is a followup to 5832d9fb601c7d4ec5380654db2b62b906bc658f. * tests/guix-home.sh: Change "config" to ".config" in 'home-files-service-type' extension.
* gnu: polyml: Update to 5.9.Foo Chuan Wei2022-04-19
| | | | | | | * gnu/packages/sml.scm (polyml): Update to 5.9. [arguments]<#:configure-flags>: Remove nonexistent options. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* ui: Highlight package and service search results.Ludovic Courtès2022-04-19
| | | | | | | | | | | * guix/ui.scm (package->recutils): Add #:highlighting parameter and use it. (display-search-results): Add #:regexps parameter; call 'colorize-full-matches' and pass #:highlighting. * guix/scripts/package.scm (process-query): Pass #:regexps to 'display-search-results'. * guix/scripts/home.scm (search): Likewise. * guix/scripts/system/search.scm (service-type->recutils): Add #:highlighting parameter and use it.
* colors: Add 'colorize-full-matches'.Ludovic Courtès2022-04-19
| | | | * guix/colors.scm (colorize-full-matches): New procedure.
* ui: Highlight important bits in recutils output.Ludovic Courtès2022-04-19
| | | | | | * guix/scripts/system/search.scm (service-type->recutils): Highlight the value of the 'name' field. * guix/ui.scm (package->recutils): Likewise for 'name' and 'version'.
* gnu: Fix input typoes.Efraim Flashner2022-04-19
| | | | | | * gnu/packages/emulators.scm (nestopia-ue)[inputs]: Move ',' to its operand. * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Same.
* gnu: kwave: Build with librsvg-for-system.Efraim Flashner2022-04-19
| | | | | * gnu/packages/kde-multimedia.scm (kwave)[native-inputs]: Replace librsvg with librsvg-for-system.
* gnu: lrslib: Update to 7.2.Andreas Enge2022-04-19
| | | | * gnu/packages/maths.scm (lrslib): Update to 7.2.
* gnu: arb: Update to 2.22.1.Andreas Enge2022-04-19
| | | | * gnu/packages/algebra.scm (arb): Update to 2.22.1.
* gnu: pari-gp: Update to 2.13.4.Andreas Enge2022-04-19
| | | | * gnu/packages/algebra.scm (pari-gp): Update to 2.13.4.
* gnu: geary: Remove input labels.Ludovic Courtès2022-04-19
| | | | * gnu/packages/gnome.scm (geary)[inputs, native-inputs]: Remove labels.
* gnu: geary: Add missing input.Rene Saavedra2022-04-19
| | | | | | * gnu/packages/gnome.scm (geary)[native-inputs]: Add python for configure phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libtcod: Remove trailing boolean.jgart2022-04-19
| | | | | | * gnu/packages/game-development.scm (libtcod): Remove trailing boolean. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nomad-optimizer: Fix some tests.Paul A. Patience2022-04-19
| | | | | | | | | | * gnu/packages/maths.scm (nomad-optimizer)[arguments]<#:phases> [fix-sources-for-tests]: Enable the pipefail option in the (generated) script that runs tests. Enable the basic batch example3 test. Fix the advanced library FixedVariable test (and seemingly the neighbor PSDMads test). Expand some comments. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nomad-optimizer: Update to 4.2.0.Paul A. Patience2022-04-19
| | | | | | | * gnu/packages/maths.scm (nomad-optimizer): Update to 4.2.0. [arguments]: Accommodate updated build process. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nomad-optimizer: Remove trailing booleans.Paul A. Patience2022-04-19
| | | | | | | * gnu/packages/maths.scm (nomad-optimizer)[arguments]: Remove trailing booleans. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nomad-optimizer: Remove input labels.Paul A. Patience2022-04-19
| | | | | | | * gnu/packages/maths.scm (nomad-optimizer)[native-inputs]: Remove labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gmsh: Update to 4.9.5.Paul A. Patience2022-04-19
| | | | | | * gnu/packages/maths.scm (gmsh): Update to 4.9.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: asymptote: Update to 2.80.Paul A. Patience2022-04-19
| | | | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.80. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnuplot: Update to 5.4.3.Paul A. Patience2022-04-19
| | | | | | * gnu/packages/maths.scm (gnuplot): Update to 5.4.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: yggdrasil: Tweak description.Ludovic Courtès2022-04-19
| | | | | * gnu/services/networking.scm (yggdrasil-service-type)[description]: Add @command markup.
* gnu: nheko: Update to 0.9.3.Jonathan Brielmaier2022-04-19
| | | | * gnu/packages/messaging.scm (nheko): Update to 0.9.3.
* services: ipfs: Adjust for Shepherd 0.9.Ludovic Courtès2022-04-18
| | | | | | | | This is a followup to e1f0c88ea221d846b5a533c4dc88e99e953af63e. * gnu/services/networking.scm (%ipfs-activation)[shepherd&co]: New variable. [container-gexp]: Use it.
* gnu: emacs-chess: Fix path to pieces.Michael Rohleder2022-04-18
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-chess)[arguments]: Fix path to pieces in phase install-pieces. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-sre-yield.Peter Polidoro2022-04-18
| | | | | | * gnu/packages/python-xyz.scm (python-sre-yield): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-ajsonrpc.Peter Polidoro2022-04-18
| | | | * gnu/packages/python-web.scm (python-ajsonrpc): New variable.
* gnu: Add python-quart.Peter Polidoro2022-04-18
| | | | | | * gnu/packages/python-web.scm (python-quart): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: janet: Update to 1.21.1.jgart2022-04-18
| | | | | | * gnu/packages/lisp.scm (janet): Update to 1.21.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mousepad: Update to 0.5.9.Michael Rohleder2022-04-18
| | | | | | * gnu/packages/xfce.scm (mousepad): Update to 0.5.9. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: orage: Update to 4.16.0.Michael Rohleder2022-04-18
| | | | | | | | | * gnu/packages/xfce.scm (orage): Update to 4.16.0. [arguments]: Remove unneeded phase fix-build-with-libical3. [native-inputs]: Add glib:bin for dbus-binding-tool. [inputs]: Add dbus-glib for dbus support, libxfce4ui. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Remove python-pyyaml-for-awscli.Felix Gruber2022-04-18
| | | | | | | * gnu/packages/python-xyz.scm (python-pyyaml-for-awscli): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Remove python-botocore-for-awscli.Felix Gruber2022-04-18
| | | | | | | * gnu/packages/python-xyz.scm (python-botocore-for-awscli): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: awscli: Update to 1.22.90.Felix Gruber2022-04-18
| | | | | | | | | | * gnu/packages/python-web.scm (awscli): Update to 1.22.90. [arguments] Use search-input-file to find groff. [inputs]: Replace python-botocore-for-awscli with python-botocore. Add groff. [native-inputs]: Remove groff. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-jmespath: Update to 1.0.0.Felix Gruber2022-04-18
| | | | | | * gnu/packages/python-xyz.scm (python-jmespath): Update to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nss-certs: Support cross-compilation.Ludovic Courtès2022-04-18
| | | | | | | Reported by phodina <phodina@protonmail.com>. * gnu/packages/certs.scm (nss-certs)[arguments]: In 'install' phase, do not refer to '%output' when cross-compiling.
* gnu: ntp: Support cross-compilation.Petr Hodina2022-04-18
| | | | | | * gnu/packages/ntp.scm (ntp)[arguments]: Add configuration flag. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openjdk17: Make big cursors work.Danny Milosavljevic2022-04-18
| | | | * gnu/packages/java.scm (openjdk17)[source]: Add patch.
* gnu: openjdk16: Make big cursors work.Danny Milosavljevic2022-04-18
| | | | * gnu/packages/java.scm (openjdk16)[source]: Add patch.
* gnu: openjdk15: Make big cursors work.Danny Milosavljevic2022-04-18
| | | | | | * gnu/packages/patches/openjdk-15-xcursor-no-dynamic.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/java.scm (openjdk15)[source]: Add it.
* gnu: Add cl-ipfs-api2.jgart2022-04-18
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-ipfs-api2, ecl-cl-ipfs-api2, sbcl-cl-ipfs-api2): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Mutt: Update to 2.2.3 [fixes CVE-2022-1328].Leo Famulari2022-04-18
| | | | | | https://gitlab.com/muttmua/mutt/-/issues/404 * gnu/packages/mail.scm (mutt): Update to 2.2.3.